we don't need unstable nix for flakes anymore!

main
Brian Hicks 2022-03-30 08:20:55 -05:00
parent 6a92e3aea1
commit 0c5a1c4a7e
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
1 changed files with 1 additions and 1 deletions

View File

@ -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