about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-10-31 13:36:04 +0100
committerRobert Hensing <robert@roberthensing.nl>2021-10-31 13:36:14 +0100
commit78cf2dda334ec1ed52bd81d62f10f153bad89a31 (patch)
tree6d369606abf5c3a9a414986ad6e058546ed01bf2 /nixos
parent7469b8b84b1dcfa349ea9c4de72e6872ec4431be (diff)
nixosTests.nixops: Fix deprecation warning
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/nixops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nixops/default.nix b/nixos/tests/nixops/default.nix
index 4520b426849b3..a5c4a82be91d5 100644
--- a/nixos/tests/nixops/default.nix
+++ b/nixos/tests/nixops/default.nix
@@ -27,7 +27,7 @@ let
         users.users.person.isNormalUser = true;
         virtualisation.writableStore = true;
         virtualisation.memorySize = 1024 /*MiB*/;
-        virtualisation.pathsInNixDB = [
+        virtualisation.additionalPaths = [
           pkgs.hello
           pkgs.figlet