about summary refs log tree commit diff
path: root/nixos/tests/croc.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-01 21:27:50 +0200
committerGitHub <noreply@github.com>2021-04-01 21:27:50 +0200
commit1dcbed50e3347fbd0ebb0ad0c8f045353d95fde0 (patch)
treea8f24092cf89ec5309897bdb687693756464770f /nixos/tests/croc.nix
parentf9be0fbff2f6b3e8b0d18e75ee49fc35555313e8 (diff)
tests/croc: remove stdenv.lib
Diffstat (limited to 'nixos/tests/croc.nix')
-rw-r--r--nixos/tests/croc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/croc.nix b/nixos/tests/croc.nix
index c1b6fc7232d7e..75a8fc991d47e 100644
--- a/nixos/tests/croc.nix
+++ b/nixos/tests/croc.nix
@@ -6,7 +6,7 @@ let
   pass = pkgs.writeText "pass" "PassRelay";
 in {
   name = "croc";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ hax404 julm ];
   };