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

This commit is contained in:
Anderson Torres
2023-05-12 22:29:25 -03:00
parent 047734d8e6
commit b5a6dff664
+1 -3
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 = [