nixos/tests/noto-fonts.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-30 11:26:18 -03:00
parent 2e4a81b23a
commit 757b9f1be6

View file

@ -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 ];