From 547b88bfdd93a700636a1497878f2a082f95e765 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Aug 2023 17:30:05 -0400 Subject: flake: dedup inputs --- flake.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 79a7867..76c116f 100644 --- a/flake.nix +++ b/flake.nix @@ -6,13 +6,11 @@ "https://getchoo.cachix.org" # personal cache "https://cache.garnix.io" # garnix cache "https://nix-community.cachix.org" # nix-community - "https://wurzelpfropf.cachix.org" # ragenix ]; extra-trusted-public-keys = [ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0=" ]; }; @@ -24,6 +22,13 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + agenix = { + url = "github:ryantm/agenix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.darwin.follows = "darwin"; + inputs.home-manager.follows = "home-manager"; + }; + deploy-rs = { url = "github:serokell/deploy-rs"; inputs.nixpkgs.follows = "nixpkgs"; @@ -64,6 +69,7 @@ lanzaboote = { url = "github:nix-community/lanzaboote"; + inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; inputs.flake-parts.follows = "flake-parts"; inputs.flake-utils.follows = "flake-utils"; @@ -100,6 +106,8 @@ ragenix = { url = "github:yaxitech/ragenix"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.agenix.follows = "agenix"; inputs.flake-utils.follows = "flake-utils"; }; }; -- cgit v1.2.3