about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/fluidd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/fluidd.nix')
-rw-r--r--nixpkgs/nixos/tests/fluidd.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixpkgs/nixos/tests/fluidd.nix b/nixpkgs/nixos/tests/fluidd.nix
index f49a4110d714..82a2c1e4049f 100644
--- a/nixpkgs/nixos/tests/fluidd.nix
+++ b/nixpkgs/nixos/tests/fluidd.nix
@@ -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 = {