mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cleanup
This commit is contained in:
parent
3abf183ae3
commit
266b70339b
1 changed files with 0 additions and 8 deletions
|
|
@ -74,14 +74,6 @@
|
||||||
php = phpEnv;
|
php = phpEnv;
|
||||||
};
|
};
|
||||||
|
|
||||||
phpunitWrapped = majorVersion:
|
|
||||||
writeShellApplication {
|
|
||||||
name = "phpunit${toString majorVersion}";
|
|
||||||
text = ''
|
|
||||||
${phpunitUnwrapped (toString majorVersion)}/bin/phpunit "$@"
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
phpunit = writeShellApplication {
|
phpunit = writeShellApplication {
|
||||||
name = "phpunit";
|
name = "phpunit";
|
||||||
runtimeInputs = [jq];
|
runtimeInputs = [jq];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue