From fae2859c4ebcb5c25025cdbd1dffb294a2b9e38e Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 13 Nov 2022 01:41:20 +0100 Subject: mkSandboxSystem: use supplied pkgs instance --- lib/mk-sandbox-system.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib') 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 @@ -{ nixpkgs -, system +{ pkgs , name ? "sandbox" , user ? "dummy" , config ? { } @@ -8,8 +7,6 @@ }: let - pkgs = import nixpkgs { inherit system; }; - # Patched QEMU to fix slow 9p file share. # https://linus.schreibt.jetzt/posts/qemu-9p-performance.html qemu_kvm_patched_9p = -- cgit v1.2.3