From c6c3a071ad8fbc2c6acc2c57e4ebfefd75701480 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Tue, 3 Mar 2026 11:38:56 +0100 Subject: [PATCH] inherit system --- 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 69220fa..ffc848c 100644 --- a/modules/platform/mkhost.nix +++ b/modules/platform/mkhost.nix @@ -10,7 +10,7 @@ inputs.nixpkgs.lib.nixosSystem { inherit system; specialArgs = { - inherit user host; + inherit user host system; fullname = fullnames.${user}; pkgs-unstable = import inputs.nixpkgs-unstable { inherit system;