diff --git a/flake.nix b/flake.nix index 036eda2d..f33a5eb4 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ # Encrypted secrets in Nix configuration files # https://github.com/Mic92/sops-nix - sops-nix.url = "github:Mic92/sops-nix"; + sops-nix-git.url = "github:Mic92/sops-nix"; }; outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix, ... }@inputs: @@ -40,7 +40,7 @@ config = { allowUnfree = true; }; }; - sops-nix = import sops-nix { + sops-nix = import sops-nix-git { inherit system; };