From 16004d385ea17463d2e7be8c2c9ff313418cce21 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Wed, 4 Mar 2026 18:14:00 +0100 Subject: [PATCH] inputs --- modules/platform/mkhost.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;