Skip to content

Commit

Permalink
fix vm script invocation
Browse files Browse the repository at this point in the history
this was broken by the commit introducing gcroots
  • Loading branch information
Mic92 authored and mergify[bot] committed Aug 14, 2024
1 parent 4fc5ae8 commit 93e314c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/nixos-shell
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ nix build config.system.build.vm \
--file "${script_dir}/../share/nixos-shell.nix" \
--keep-going \
--out-link "$TEMP_DIR/result" \
"${extraBuildFlags[@]}" \
"$TEMP_DIR/result/bin/run" "$@"
"${extraBuildFlags[@]}"

"$TEMP_DIR/result/bin/run-nixos-vm" "$@"

0 comments on commit 93e314c

Please sign in to comment.