From 1dcbed50e3347fbd0ebb0ad0c8f045353d95fde0 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 1 Apr 2021 21:27:50 +0200 Subject: [PATCH] tests/croc: remove stdenv.lib --- nixos/tests/croc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/croc.nix b/nixos/tests/croc.nix index c1b6fc7232d..75a8fc991d4 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 ]; };