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

This commit is contained in:
Anderson Torres
2023-05-12 22:29:26 -03:00
parent 4e18039449
commit defe899239
+1 -3
View File
@@ -1,10 +1,8 @@
import ./make-test-python.nix ({ lib, ... }:
with lib;
{
name = "fluidd";
meta.maintainers = with maintainers; [ vtuan10 ];
meta.maintainers = with lib.maintainers; [ vtuan10 ];
nodes.machine = { pkgs, ... }: {
services.fluidd = {