Releases: obsidiansystems/nix-thunk
Releases · obsidiansystems/nix-thunk
v0.7.0.1
v0.7.0.0
What's Changed
- Use static which to locate nix-prefetch utils by @alexfmpe in #21
- Temporarily disable github workflows by @madeline-os in #33
- Change the way we build thunkSource paths by @madeline-os in #32
- Fetch good nixpkgs tarball from GH by @plt-amy in #34
- Determine remote using git-config when branch..merge option is set by @plt-amy in #35
- Expose the internal guts of the haskell library by @madeline-os in #36
- Disable time-compat tests to allow build on WSL by @madeline-os in #39
- Update thunks to spec v8 by @plt-amy in #40
- Inform the user about failures when reading thunks by @plt-amy in #42
- Ignore user's git configuration when shelling out by @plt-amy in #43
- Pure eval by @cidkidnix in #48
- Improve Caching by @MaxHearnden in #47
New Contributors
- @madeline-os made their first contribution in #33
- @cidkidnix made their first contribution in #48
- @MaxHearnden made their first contribution in #47
Full Changelog: v0.5.0.0...v0.7.0.0
v0.5.0.0
nix-thunk
now produces thunks that do not rely on the NIX_PATH. Old thunks will be upgraded when repacked.
v0.3.0.0
v0.2.0.3
v0.2.0.2
Revision history for nix-thunk
0.2.0.2
- Add support for GHC 8.8.4.
0.2.0.1
- Fix parsing of --rev arguments
0.2.0.0
- Add nix-thunk create. This caused some minor breakage to the Haskell library API, but not the Nix or command line interfaces.
0.1.0.0
- Initial release. Extracted the Nix part of this code from https://github.com/obsidiansystems/reflex-platform and the Haskell part from https://github.com/obsidiansystems/obelisk