mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
tests/croc: remove stdenv.lib
This commit is contained in:
parent
f9be0fbff2
commit
1dcbed50e3
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue