mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/tests/fluidd.nix: get rid of with lib
This commit is contained in:
parent
4e18039449
commit
defe899239
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue