Execute the assertion blocks with Python instead
This commit is contained in:
parent
d92713930e
commit
ad10b2cc4c
3 changed files with 9 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
shfmt,
|
||||
perl,
|
||||
coreutils,
|
||||
python3,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -44,6 +45,7 @@ resholve.mkDerivation {
|
|||
shfmt
|
||||
perl
|
||||
coreutils
|
||||
python3
|
||||
];
|
||||
|
||||
checkPhase = ''
|
||||
|
|
@ -72,6 +74,7 @@ resholve.mkDerivation {
|
|||
bash
|
||||
perl
|
||||
coreutils
|
||||
python3
|
||||
];
|
||||
execer = [
|
||||
# Not true at all, but ¯\_(ツ)_/¯
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue