summaryrefslogtreecommitdiff
path: root/twasm/package.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-06 22:16:26 +0100
committerandromeda <andromeda@lenovo>2026-03-06 22:16:26 +0100
commit00be2cc5452bbe3518fad9f3d652b9111ba137ad (patch)
tree6b7f175f1f33563268aa6ae954b00ce87cd33c2c /twasm/package.nix
parente5c715d54fc0c970b3a7a9ddb6648d5e32edd805 (diff)
reformat, add copy_token and test, fix bug
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