resolve comment https://github.com/UGA-Innovation-Factory/nixos-systems/pull/7#discussion_r2628646450
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user