about summary refs log tree commit diff
path: root/nixos/tests/jirafeau.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-04-30 11:26:17 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-12 22:29:28 -0300
commit67fd24d50920ab63f7f54b27e016205b19a1a819 (patch)
tree109a0f6c4177c14874bfa2feb2d5f608019274d9 /nixos/tests/jirafeau.nix
parentcb95162f89fa71d71d00efd566bbf4126b7abd0e (diff)
nixos/tests/jirafeau.nix: get rid of `with lib`
Diffstat (limited to 'nixos/tests/jirafeau.nix')
-rw-r--r--nixos/tests/jirafeau.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/jirafeau.nix b/nixos/tests/jirafeau.nix
index 0f5af7f718a40..dbfaf515e2576 100644
--- a/nixos/tests/jirafeau.nix
+++ b/nixos/tests/jirafeau.nix
@@ -1,10 +1,8 @@
 import ./make-test-python.nix ({ lib, ... }:
 
-with lib;
-
 {
   name = "jirafeau";
-  meta.maintainers = with maintainers; [ davidtwco ];
+  meta.maintainers = with lib.maintainers; [ davidtwco ];
 
   nodes.machine = { pkgs, ... }: {
     services.jirafeau = {