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