aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-sandbox-system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mk-sandbox-system.nix')
-rw-r--r--lib/mk-sandbox-system.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/mk-sandbox-system.nix b/lib/mk-sandbox-system.nix
index 5574736..232fc4c 100644
--- a/lib/mk-sandbox-system.nix
+++ b/lib/mk-sandbox-system.nix
@@ -1,5 +1,4 @@
1{ nixpkgs 1{ pkgs
2, system
3, name ? "sandbox" 2, name ? "sandbox"
4, user ? "dummy" 3, user ? "dummy"
5, config ? { } 4, config ? { }
@@ -8,8 +7,6 @@
8}: 7}:
9 8
10let 9let
11 pkgs = import nixpkgs { inherit system; };
12
13 # Patched QEMU to fix slow 9p file share. 10 # Patched QEMU to fix slow 9p file share.
14 # https://linus.schreibt.jetzt/posts/qemu-9p-performance.html 11 # https://linus.schreibt.jetzt/posts/qemu-9p-performance.html
15 qemu_kvm_patched_9p = 12 qemu_kvm_patched_9p =