Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 720 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 720 Bytes

2022-8-29

Non-Breaking

  • Remove all IFD from dependencies of purs-nix.

    IFD causes issues with the current flakes API, and now purs-nix should be free from them.

2022-8-28

Non-Breaking

  • Disable incremental building by default

    Turns out it's just way slower. Dependencies are still compiled separately to the local files so that giant computation can be cached, but trying to build and cache every module individually turns out to be almost always slower than just recompiling all the local modules any time there's a change. This has no effect on the purs-nix command in nix shells - this is only changes the derivations.

  • Stop using IFD to compute the dependency graph