Skip to content

Commit

Permalink
FIXUP tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Aug 14, 2024
1 parent a26d47d commit 94f0eb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
[ "colortransfer" ]
((self.callCabal2nix "colortransfer" filteredSrc { }).overrideAttrs (oldAttrs: {
preBuild = ''
ln -s ${filteredSrc}/test-resources $PWD/test-resources
ls $src
ls $src/test-resources/originals
ls $src/test-resources/processed
cp -r $src/test-resources ./
'';
}));
});
Expand Down

0 comments on commit 94f0eb1

Please sign in to comment.