summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-02-15 14:13:23 +0100
committerajs124 <git@ajs124.de>2023-02-15 14:13:23 +0100
commit3df3c930379d26b4c30493a3f4abab8e9d381155 (patch)
tree6b2fbc3c03c60bf9ceb0b4c4b744d690a155ab8b
parent85b60c3849964ae43dc7a8819af1277097ae39f6 (diff)
downloadnixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.tar
nixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.tar.gz
nixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.tar.bz2
nixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.tar.lz
nixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.tar.xz
nixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.tar.zst
nixpkgs-3df3c930379d26b4c30493a3f4abab8e9d381155.zip
nixosTests.openldap: fix deprecation warning
-rw-r--r--nixos/tests/openldap.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/openldap.nix b/nixos/tests/openldap.nix
index 075bb5d1f64..47d6a91843f 100644
--- a/nixos/tests/openldap.nix
+++ b/nixos/tests/openldap.nix
@@ -118,7 +118,7 @@ in {
     };
   };
   testScript = { nodes, ... }: let
-    specializations = "${nodes.machine.config.system.build.toplevel}/specialisation";
+    specializations = "${nodes.machine.system.build.toplevel}/specialisation";
     changeRootPw = ''
       dn: olcDatabase={1}mdb,cn=config
       changetype: modify