From b1fa2108c5e64159d451f3671d338aac697eaa9d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 24 Apr 2024 10:09:50 +0200 Subject: [PATCH] Add system to extraSpecialArgs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 57464ec..89d8c2e 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ inherit pkgs; modules = [ ./home-manager/profiles/work-wsl.nix ]; extraSpecialArgs = { - inherit inputs; + inherit inputs system; nixosConfig = { az-username = "zweili"; };