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

This commit is contained in:
Anderson Torres 2023-04-29 22:17:04 -03:00
parent 4e18039449
commit defe899239

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 = {