Skip to content

Commit

Permalink
explicitly set the flake both times
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 26, 2021
1 parent 75884cc commit 758d625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines.sh
Expand Up @@ -9,7 +9,7 @@ case "$(uname -s)" in
Darwin)
nix-shell "-p" nixUnstable --run "nix --experimental-features 'nix-command flakes' build .#darwinConfigurations.$(hostname -s).system"
if test "$@" != "build"; then
./result/sw/bin/darwin-rebuild --flake . "$@"
./result/sw/bin/darwin-rebuild --flake ".#$(hostname -s)" "$@"
fi
;;

Expand Down

0 comments on commit 758d625

Please sign in to comment.