forked from mirrors/nixpkgs
nixos/tests/noto-fonts.nix: get rid of with lib
This commit is contained in:
parent
2e4a81b23a
commit
757b9f1be6
|
@ -1,8 +1,6 @@
|
|||
import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
||||
name = "noto-fonts";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ nickcao midchildan ];
|
||||
};
|
||||
meta.maintainers = with lib.maintainers; [ nickcao midchildan ];
|
||||
|
||||
nodes.machine = {
|
||||
imports = [ ./common/x11.nix ];
|
||||
|
|
Loading…
Reference in a new issue