Merge #144897: treewide: eliminate stdenv.lib usage

+2 -2
+1 -1
nixos/tests/seafile.nix
··· 6 }; 7 in { 8 name = "seafile"; 9 - meta = with pkgs.stdenv.lib.maintainers; { 10 maintainers = [ kampfschlaefer schmittlauch ]; 11 }; 12
··· 6 }; 7 in { 8 name = "seafile"; 9 + meta = with pkgs.lib.maintainers; { 10 maintainers = [ kampfschlaefer schmittlauch ]; 11 }; 12
+1 -1
nixos/tests/systemd-boot.nix
··· 42 # Check that specialisations create corresponding boot entries. 43 specialisation = makeTest { 44 name = "systemd-boot-specialisation"; 45 - meta.maintainers = with pkgs.stdenv.lib.maintainers; [ lukegb ]; 46 47 machine = { pkgs, lib, ... }: { 48 imports = [ common ];
··· 42 # Check that specialisations create corresponding boot entries. 43 specialisation = makeTest { 44 name = "systemd-boot-specialisation"; 45 + meta.maintainers = with pkgs.lib.maintainers; [ lukegb ]; 46 47 machine = { pkgs, lib, ... }: { 48 imports = [ common ];