Skip to content

Commit

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

0 comments on commit b38ceab

Please sign in to comment.