Add support for multiple git-check-assertions blocks
This commit is contained in:
parent
80ff74cdf9
commit
7e483b8a7f
4 changed files with 31 additions and 6 deletions
|
|
@ -9,6 +9,7 @@
|
|||
gitMinimal,
|
||||
resholve,
|
||||
shfmt,
|
||||
perl,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -40,6 +41,7 @@ resholve.mkDerivation {
|
|||
]))
|
||||
gitMinimal
|
||||
shfmt
|
||||
perl
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
@ -66,6 +68,7 @@ resholve.mkDerivation {
|
|||
gitMinimal
|
||||
gnused
|
||||
bash
|
||||
perl
|
||||
];
|
||||
execer = [
|
||||
# Not true at all, but ¯\_(ツ)_/¯
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue