fix nix testing infra
This commit is contained in:
parent
0267c59227
commit
92e539754c
2 changed files with 16 additions and 5 deletions
|
@ -10,11 +10,14 @@ pkgs.stdenvNoCC.mkDerivation {
|
|||
version = "${version}";
|
||||
|
||||
nativebuildInputs = [culr];
|
||||
|
||||
src = ./.;
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
CULRS="(255,0,0);(0,0,255)"
|
||||
CULR_ORDER=1,0
|
||||
CULRS="(255,0,0);(0,0,255);#00FF00"
|
||||
CULR_ORDER="1;0;2"
|
||||
echo "one two three four" | ${lib.getExe culr}
|
||||
'';
|
||||
installPhase = ''
|
||||
mkdir "$out"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue