Skip to content

Commit 39bb292

Browse files
make: remove experimental flake command
1 parent 4e8114c commit 39bb292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ darwin/nix-install: is_darwin
6262

6363
darwin/nix-darwin-install: is_darwin
6464
@echo installing nix-darwin...
65-
@nix --extra-experimental-features 'nix-command flakes' run nix-darwin -- switch --flake .#$(hostname)
65+
@nix run nix-darwin -- switch --flake .#$(hostname)
6666

6767
# TODO: rsync not installed in the vm
6868
vm/nixos-install:

0 commit comments

Comments
 (0)