diff --git a/flake.nix b/flake.nix index c4de9755..5d4a5c04 100644 --- a/flake.nix +++ b/flake.nix @@ -21,10 +21,10 @@ # Encrypted secrets in Nix configuration files # https://github.com/Mic92/sops-nix - sops-nix-git.url = "github:Mic92/sops-nix"; + sops-nix.url = "github:Mic92/sops-nix"; }; - outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix-git, ... }@inputs: + outputs = { stable-nixpkgs, unstable-nixpkgs, home-manager, lanzaboote, nur, sops-nix, ... }@inputs: let # Variables - Remember to set these hostname = "nixos-laptop"; @@ -40,10 +40,6 @@ config = { allowUnfree = true; }; }; - sops-nix = import sops-nix-git { - inherit system; - }; - lib = stable-nixpkgs.lib; in { # NixOS Configuration files: