diff --git a/nixos/tests/seafile.nix b/nixos/tests/seafile.nix index 17862cff189e..70b9ba55457e 100644 --- a/nixos/tests/seafile.nix +++ b/nixos/tests/seafile.nix @@ -6,7 +6,7 @@ import ./make-test-python.nix ({ pkgs, ... }: }; in { name = "seafile"; - meta = with pkgs.stdenv.lib.maintainers; { + meta = with pkgs.lib.maintainers; { maintainers = [ kampfschlaefer schmittlauch ]; }; diff --git a/nixos/tests/systemd-boot.nix b/nixos/tests/systemd-boot.nix index ae3727afaf69..a6742606dbef 100644 --- a/nixos/tests/systemd-boot.nix +++ b/nixos/tests/systemd-boot.nix @@ -42,7 +42,7 @@ in # Check that specialisations create corresponding boot entries. specialisation = makeTest { name = "systemd-boot-specialisation"; - meta.maintainers = with pkgs.stdenv.lib.maintainers; [ lukegb ]; + meta.maintainers = with pkgs.lib.maintainers; [ lukegb ]; machine = { pkgs, lib, ... }: { imports = [ common ];