You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when you run purenix, it looks for all the output/*/corefn.json files, and transpiles each of them to output/*/default.nix.
It may be possible to instead check if an output/*/default.nix file is newer than output/*/corefn.json, and not regenerate the output/*/default.nix in that case.
We should confirm that purs has similar functionality, and doesn't touch the corefn.json file when it is already newer than the input src/*.purs input file.
There was a little discussion about this in #22 (comment).
The text was updated successfully, but these errors were encountered:
Right now, when you run
purenix
, it looks for all theoutput/*/corefn.json
files, and transpiles each of them tooutput/*/default.nix
.It may be possible to instead check if an
output/*/default.nix
file is newer thanoutput/*/corefn.json
, and not regenerate theoutput/*/default.nix
in that case.We should confirm that
purs
has similar functionality, and doesn't touch thecorefn.json
file when it is already newer than the inputsrc/*.purs
input file.There was a little discussion about this in #22 (comment).
The text was updated successfully, but these errors were encountered: