nixos/tests/nfs/kerberos.nix: get rid of with lib

This commit is contained in:
AndersonTorres 2023-01-14 00:21:23 -03:00 committed by Anderson Torres
parent d87f1b8c9f
commit 5bba43ec57

View File

@ -1,7 +1,5 @@
import ../make-test-python.nix ({ pkgs, lib, ... }:
with lib;
let
krb5 =
{ enable = true;