nixos/tests/budgie.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-29 22:17:04 -03:00
parent 047734d8e6
commit b5a6dff664

View file

@ -1,9 +1,7 @@
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "budgie";
meta = with lib; {
maintainers = [ maintainers.federicoschonborn ];
};
meta.maintainers = [ lib.maintainers.federicoschonborn ];
nodes.machine = { ... }: {
imports = [