tests/croc: remove stdenv.lib
This commit is contained in:
@@ -6,7 +6,7 @@ let
|
|||||||
pass = pkgs.writeText "pass" "PassRelay";
|
pass = pkgs.writeText "pass" "PassRelay";
|
||||||
in {
|
in {
|
||||||
name = "croc";
|
name = "croc";
|
||||||
meta = with pkgs.stdenv.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ hax404 julm ];
|
maintainers = [ hax404 julm ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user