mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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, ...} : {
|
import ./make-test-python.nix ({ pkgs, lib, ...} : {
|
||||||
name = "gnome";
|
name = "gnome";
|
||||||
meta = with lib; {
|
meta.maintainers = lib.teams.gnome.members;
|
||||||
maintainers = teams.gnome.members;
|
|
||||||
};
|
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue