aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d9dbbd9..9954790 100644
--- a/flake.nix
+++ b/flake.nix
@@ -160,7 +160,7 @@
160 }) 160 })
161 161
162 (flaky-utils.lib.mkSandboxSystem { 162 (flaky-utils.lib.mkSandboxSystem {
163 inherit nixpkgs system; 163 inherit pkgs;
164 restrictNetwork = false; 164 restrictNetwork = false;
165 patchQemu9p = true; 165 patchQemu9p = true;
166 config = { 166 config = {