We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8114c commit 39bb292Copy full SHA for 39bb292
Makefile
@@ -62,7 +62,7 @@ darwin/nix-install: is_darwin
62
63
darwin/nix-darwin-install: is_darwin
64
@echo installing nix-darwin...
65
- @nix --extra-experimental-features 'nix-command flakes' run nix-darwin -- switch --flake .#$(hostname)
+ @nix run nix-darwin -- switch --flake .#$(hostname)
66
67
# TODO: rsync not installed in the vm
68
vm/nixos-install:
0 commit comments