summary refs log tree commit diff
path: root/nixos/tests/containers-portforward.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2021-10-06 19:19:29 +0200
committerYuka <yuka@yuka.dev>2021-10-28 12:55:01 +0200
commitaf9f6d9a2aeb279408bcbb90db16ef3f727e2601 (patch)
tree65507f4953525990ee1221d45216ee4745eed84f /nixos/tests/containers-portforward.nix
parent84839b395f5740789af7a843aaeea80ac2f6f60b (diff)
downloadnixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.tar
nixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.tar.gz
nixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.tar.bz2
nixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.tar.lz
nixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.tar.xz
nixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.tar.zst
nixpkgs-af9f6d9a2aeb279408bcbb90db16ef3f727e2601.zip
nixos/qemu-vm: Rename pathsInNixDB to additionalPaths
pathsInNixDB isn't a very accurate name when a Nix store image is
built (virtualisation.useNixStoreImage); rename it to additionalPaths,
which should be general enough to cover both cases.
Diffstat (limited to 'nixos/tests/containers-portforward.nix')
-rw-r--r--nixos/tests/containers-portforward.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-portforward.nix b/nixos/tests/containers-portforward.nix
index 221a6f50efd..e21f6cee76a 100644
--- a/nixos/tests/containers-portforward.nix
+++ b/nixos/tests/containers-portforward.nix
@@ -29,7 +29,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
             };
         };
 
-      virtualisation.pathsInNixDB = [ pkgs.stdenv ];
+      virtualisation.additionalPaths = [ pkgs.stdenv ];
     };
 
   testScript =