Skip to content

Commit

Permalink
we don't need unstable nix for flakes anymore!
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Mar 30, 2022
1 parent 6a92e3a commit 0c5a1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines.sh
Expand Up @@ -7,7 +7,7 @@ case "$(uname -s)" in
;;

Darwin)
nix-shell "-p" nixUnstable --run "nix --experimental-features 'nix-command flakes' build .#darwinConfigurations.$(hostname -s).system"
nix --experimental-features 'nix-command flakes' build ".#darwinConfigurations.$(hostname -s).system"
if test "$@" != "build"; then
./result/sw/bin/darwin-rebuild --flake ".#$(hostname -s)" "$@"
fi
Expand Down

0 comments on commit 0c5a1c4

Please sign in to comment.