From 17d483c8c8a96fad2200acaf802b7ef0b0eb494d Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 6 Sep 2023 08:18:38 +0200 Subject: =?UTF-8?q?hej=20g=C3=B8r=20lige=20mere?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e9b375b..f294ae9 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ ahmed = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - { _module.args = { inherit inputs; }; } + { _module.args = { flakeInputs = inputs; }; } ./hosts/ahmed/configuration.nix home-manager.nixosModules.home-manager ./use-cases/default.nix -- cgit v1.2.3