Use 20.09 channel for nix-darwin on mac guests
Rob Vermaas committed
Nov 8, 2020 at 21:08 UTC
eeba053972a45df4a464d0b1c54bfa44e74d091f
1 file changed
+2
-2
macs/guest/apply.sh
+2
-2
@@ -71,11 +71,11 @@ echo "%admin ALL = NOPASSWD: ALL" | tee /etc/sudoers.d/passwordless
71
# If me, Graham, the author of the multi-user darwin installer can't
72
# even figure this out, how can I possibly expect anybody else to know.
73
nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz darwin
74
- nix-channel --add https://nixos.org/channels/nixpkgs-19.09-darwin nixpkgs
74
+ nix-channel --add https://nixos.org/channels/nixpkgs-20.09-darwin nixpkgs
75
nix-channel --update
76
77
sudo -i -H -u nixos -- nix-channel --add https://github.com/LnL7/nix-darwin/archive/master.tar.gz darwin
78
- sudo -i -H -u nixos -- nix-channel --add https://nixos.org/channels/nixpkgs-19.09-darwin nixpkgs
78
+ sudo -i -H -u nixos -- nix-channel --add https://nixos.org/channels/nixpkgs-20.09-darwin nixpkgs
79
sudo -i -H -u nixos -- nix-channel --update
80
81
export NIX_PATH=$NIX_PATH:darwin=https://github.com/LnL7/nix-darwin/archive/master.tar.gz