diff --git a/flake.nix b/flake.nix index 71400c9..74e8353 100644 --- a/flake.nix +++ b/flake.nix @@ -16,14 +16,7 @@ }; outputs = - { - self, - nixpkgs, - nixpkgs-unstable, - agenix, - nixos-hardware, - ... - }@inputs: + { self, nixpkgs, ... }@inputs: let system = "x86_64-linux"; @@ -37,8 +30,8 @@ inherit system; modules = [ (import ./configuration.nix) - agenix.nixosModules.age - nixos-hardware.nixosModules.aoostar-r1-n100 + inputs.agenix.nixosModules.age + inputs.nixos-hardware.nixosModules.aoostar-r1-n100 ]; specialArgs = { inherit inputs;