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 4fc5ae8 commit 93e314cCopy full SHA for 93e314c
bin/nixos-shell
@@ -87,5 +87,6 @@ nix build config.system.build.vm \
87
--file "${script_dir}/../share/nixos-shell.nix" \
88
--keep-going \
89
--out-link "$TEMP_DIR/result" \
90
- "${extraBuildFlags[@]}" \
91
-"$TEMP_DIR/result/bin/run" "$@"
+ "${extraBuildFlags[@]}"
+
92
+"$TEMP_DIR/result/bin/run-nixos-vm" "$@"
0 commit comments