mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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 New Issue
Block a user