This commit is contained in:
caem 2025-01-23 15:52:18 +01:00
parent aacae912d8
commit e1750c87f6
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 3 additions and 10 deletions

View file

@ -15,8 +15,7 @@
../modules/nixos/user/${user}.nix
];
specialArgs = {
inherit inputs;
inherit lib;
inherit inputs lib;
username = user;
cfgPath = ../.;
};