From 7c7ca0257532148ca3b9d34e93fdd50e10f22612 Mon Sep 17 00:00:00 2001 From: baduhai Date: Sat, 3 Dec 2022 11:14:41 -0300 Subject: [PATCH] Needs to inherit inputs, of course --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fe9211d..d4e05af 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,7 @@ alexandria = nixpkgs-stable.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ ./hosts/servers/alexandria.nix home-manager-stable.nixosModules.home-manager