From db2d353029714282a6299ac170aa15a1548966e6 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 15 Jul 2024 15:25:33 +0200 Subject: [PATCH] inputs: make sops-nix/nixpkgs follow nixpkgs-unstable deduplicates our nixpkgs instances a little --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ec1d631..d93d44b 100644 --- a/flake.nix +++ b/flake.nix @@ -14,6 +14,7 @@ deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; sops-nix.url = "github:Mic92/sops-nix"; sops-nix.inputs.nixpkgs-stable.follows = "nixpkgs"; + sops-nix.inputs.nixpkgs.follows = "nixpkgs-unstable"; # these exist mostly to make the flake.lock somewhat more human-friendly # note that in theory doing this might break things, but it seems fairly unlikely