Skip to content

Commit 93e314c

Browse files
Mic92mergify[bot]
authored andcommitted
fix vm script invocation
this was broken by the commit introducing gcroots
1 parent 4fc5ae8 commit 93e314c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/nixos-shell

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ nix build config.system.build.vm \
8787
--file "${script_dir}/../share/nixos-shell.nix" \
8888
--keep-going \
8989
--out-link "$TEMP_DIR/result" \
90-
"${extraBuildFlags[@]}" \
91-
"$TEMP_DIR/result/bin/run" "$@"
90+
"${extraBuildFlags[@]}"
91+
92+
"$TEMP_DIR/result/bin/run-nixos-vm" "$@"

0 commit comments

Comments
 (0)