summaryrefslogtreecommitdiff
path: root/twasm/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'twasm/package.nix')
-rw-r--r--twasm/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/twasm/package.nix b/twasm/package.nix
index f621780..b435ebb 100644
--- a/twasm/package.nix
+++ b/twasm/package.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
${qemu}/bin/qemu-system-x86_64 \
-nographic \
+ -s \
-drive file=./.bootle/disk,format=raw,index=0,media=disk
rm ./.bootle -r