diff --git a/modules/platform/mkhost.nix b/modules/platform/mkhost.nix index c3ddd4e..022dc20 100644 --- a/modules/platform/mkhost.nix +++ b/modules/platform/mkhost.nix @@ -3,7 +3,7 @@ inputs.nixpkgs.lib.nixosSystem { inherit system; specialArgs = { - inherit host system; + inherit inputs host system; pkgs-unstable = import inputs.nixpkgs-unstable { inherit system; config.allowUnfree = true;