about summary refs log tree commit diff
path: root/nixos/tests/nfs
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-05-17 20:24:46 -0300
committerGitHub <noreply@github.com>2023-05-17 20:24:46 -0300
commitc637afe9c187098c6780963212f409426a19b465 (patch)
tree50f0ac9510b72462f207c5fa2c0ce53cdad57f7b /nixos/tests/nfs
parent3c41d044393239c3574268a60062a6c3ca74d3c7 (diff)
parentaec8dddef7af66a7a4dc93449a23bdf638d342b6 (diff)
Merge pull request #229030 from atorres1985-contrib/with-lib-is-bad
With lib is bad: removes `with lib;` occurrences - part I
Diffstat (limited to 'nixos/tests/nfs')
-rw-r--r--nixos/tests/nfs/kerberos.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/nfs/kerberos.nix b/nixos/tests/nfs/kerberos.nix
index 5684131f671b1..a7d08bc628c62 100644
--- a/nixos/tests/nfs/kerberos.nix
+++ b/nixos/tests/nfs/kerberos.nix
@@ -1,7 +1,5 @@
 import ../make-test-python.nix ({ pkgs, lib, ... }:
 
-with lib;
-
 let
   krb5 =
     { enable = true;