Add system to extraSpecialArgs

This commit is contained in:
Andreas Zweili 2024-04-24 10:09:50 +02:00
parent 67bb318c13
commit b1fa2108c5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
inherit pkgs;
modules = [ ./home-manager/profiles/work-wsl.nix ];
extraSpecialArgs = {
inherit inputs;
inherit inputs system;
nixosConfig = {
az-username = "zweili";
};