diff options
-rw-r--r-- | third_party/nix/test-vm.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/nix/test-vm.nix b/third_party/nix/test-vm.nix index 534a3fc9304c..2a1056826852 100644 --- a/third_party/nix/test-vm.nix +++ b/third_party/nix/test-vm.nix @@ -10,6 +10,10 @@ let nix.package = depot.third_party.nix; virtualisation.qemu.options = [ "-nographic" ]; + + nix.nixPath = [ + "depot=${depot.depotPath}" + ]; }; system = pkgs.nixos { inherit configuration; }; |