summary refs log tree commit diff
path: root/nixos/tests/containers-imperative.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-imperative.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-imperative.nix')
-rw-r--r--nixos/tests/containers-imperative.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/containers-imperative.nix b/nixos/tests/containers-imperative.nix
index 1dcccfc306a..361160b1fdc 100644
--- a/nixos/tests/containers-imperative.nix
+++ b/nixos/tests/containers-imperative.nix
@@ -17,7 +17,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
       virtualisation.memorySize = 1024;
       # Make sure we always have all the required dependencies for creating a
       # container available within the VM, because we don't have network access.
-      virtualisation.pathsInNixDB = let
+      virtualisation.additionalPaths = let
         emptyContainer = import ../lib/eval-config.nix {
           inherit (config.nixpkgs.localSystem) system;
           modules = lib.singleton {