From 870d56c1bff510ef5f94e5e5949645457506e0b2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 5 Feb 2025 22:21:26 -0500 Subject: talc --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f4feb65..786fc78 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,9 @@ # sops sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs.follows = "nixpkgs"; + # talc + talc.url = "git+https://g.trimill.xyz/trimill/talc"; + talc.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = { nixpkgs, ... }@inputs: -- cgit v1.2.3-freya