🐛 fix build users
This commit is contained in:
parent
711bf1f8a1
commit
46788b1b67
@ -16,9 +16,10 @@
|
|||||||
nix.package = pkgs.nix;
|
nix.package = pkgs.nix;
|
||||||
|
|
||||||
# Create /etc/bashrc that loads the nix-darwin environment.
|
# Create /etc/bashrc that loads the nix-darwin environment.
|
||||||
programs.zsh.enable = true; # default shell on catalina
|
programs.zsh.enable = true; # default shell on catalina
|
||||||
# programs.fish.enable = true;
|
# programs.fish.enable = true;
|
||||||
|
|
||||||
|
users.nix.configureBuildUsers = true;
|
||||||
users.users.walkah = {
|
users.users.walkah = {
|
||||||
home = "/Users/walkah";
|
home = "/Users/walkah";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user