summary refs log tree commit diff
path: root/nixos/tests/overlayfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/overlayfs.nix')
-rw-r--r--nixos/tests/overlayfs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/overlayfs.nix b/nixos/tests/overlayfs.nix
index 33794deb9ed..142e7d378b2 100644
--- a/nixos/tests/overlayfs.nix
+++ b/nixos/tests/overlayfs.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "overlayfs";
-  meta.maintainers = with pkgs.stdenv.lib.maintainers; [ bachp ];
+  meta.maintainers = with pkgs.lib.maintainers; [ bachp ];
 
   machine = { pkgs, ... }: {
     virtualisation.emptyDiskImages = [ 512 ];