summary refs log tree commit diff
path: root/nixos/tests/shadow.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/shadow.nix')
-rw-r--r--nixos/tests/shadow.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/shadow.nix b/nixos/tests/shadow.nix
index 8f8cdef7ef9..e5755e8e087 100644
--- a/nixos/tests/shadow.nix
+++ b/nixos/tests/shadow.nix
@@ -5,7 +5,7 @@ let
   password4 = "asdf123";
 in import ./make-test-python.nix ({ pkgs, ... }: {
   name = "shadow";
-  meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ nequissimus ]; };
+  meta = with pkgs.lib.maintainers; { maintainers = [ nequissimus ]; };
 
   nodes.shadow = { pkgs, ... }: {
     environment.systemPackages = [ pkgs.shadow ];