mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +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;
|
||||
};
|
||||
|
||||
phpunitWrapped = majorVersion:
|
||||
writeShellApplication {
|
||||
name = "phpunit${toString majorVersion}";
|
||||
text = ''
|
||||
${phpunitUnwrapped (toString majorVersion)}/bin/phpunit "$@"
|
||||
'';
|
||||
};
|
||||
|
||||
phpunit = writeShellApplication {
|
||||
name = "phpunit";
|
||||
runtimeInputs = [jq];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue