mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 02:58:28 +00:00
nixos/tests/gnome-xorg.nix: get rid of with lib
This commit is contained in:
parent
b51ac3bd4c
commit
ca96a578a5
@ -1,7 +1,7 @@
|
||||
import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
||||
name = "gnome-xorg";
|
||||
meta = with lib; {
|
||||
maintainers = teams.gnome.members;
|
||||
meta = {
|
||||
maintainers = lib.teams.gnome.members;
|
||||
};
|
||||
|
||||
nodes.machine = { nodes, ... }: let
|
||||
|
Loading…
Reference in New Issue
Block a user