Use nix stable instead of nixFlakes
The latter was removed from nixpkgs.
This commit is contained in:
parent
7ec6511f70
commit
430ec688a5
|
@ -16,7 +16,6 @@
|
||||||
|
|
||||||
# Auto upgrade nix package and the daemon service.
|
# Auto upgrade nix package and the daemon service.
|
||||||
# services.nix-daemon.enable = true;
|
# services.nix-daemon.enable = true;
|
||||||
nix.package = pkgs.nixFlakes;
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue