2025-12-17 16:10:17 -05:00
committed by Hunter Halloran
parent 56b9583206
commit b462d8a06c
5 changed files with 9 additions and 109 deletions

View File

@@ -15,8 +15,7 @@
let
# Load users.nix to get account definitions
pkgs' = pkgs;
usersData = import ../users.nix { pkgs = pkgs'; };
usersData = import ../users.nix { inherit pkgs; };
accounts = usersData.ugaif.users or { };
# Helper: Resolve external module path from fetchGit/fetchTarball/path
@@ -246,7 +245,7 @@ in
;
};
in
lib.filterAttrs (name: _: name != "ugaif") evaluated
lib.filterAttrs (attrName: _: attrName != "ugaif") evaluated
else
{ };