mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/tests/gnome.nix: get rid of with lib
This commit is contained in:
parent
ca96a578a5
commit
3002c44f48
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
||||
name = "gnome";
|
||||
meta = with lib; {
|
||||
maintainers = teams.gnome.members;
|
||||
};
|
||||
meta.maintainers = lib.teams.gnome.members;
|
||||
|
||||
nodes.machine =
|
||||
{ ... }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue