2025-12-17 16:10:17 -05:00
parent 5c574b447c
commit 7588273af1

View File

@@ -15,8 +15,7 @@
let let
# Load users.nix to get account definitions # Load users.nix to get account definitions
pkgs' = pkgs; usersData = import ../users.nix { inherit pkgs; };
usersData = import ../users.nix { pkgs = pkgs'; };
accounts = usersData.ugaif.users or { }; accounts = usersData.ugaif.users or { };
# Helper: Resolve external module path from fetchGit/fetchTarball/path # Helper: Resolve external module path from fetchGit/fetchTarball/path