forked from mirrors/nixpkgs
nixos/tests/fluidd.nix: get rid of with lib
This commit is contained in:
parent
4e18039449
commit
defe899239
|
@ -1,10 +1,8 @@
|
||||||
import ./make-test-python.nix ({ lib, ... }:
|
import ./make-test-python.nix ({ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "fluidd";
|
name = "fluidd";
|
||||||
meta.maintainers = with maintainers; [ vtuan10 ];
|
meta.maintainers = with lib.maintainers; [ vtuan10 ];
|
||||||
|
|
||||||
nodes.machine = { pkgs, ... }: {
|
nodes.machine = { pkgs, ... }: {
|
||||||
services.fluidd = {
|
services.fluidd = {
|
||||||
|
|
Loading…
Reference in a new issue