Releases: xzfc/cached-nix-shell
Releases · xzfc/cached-nix-shell
v0.1.6
- Darwin support (#1, #25), thanks @uri-canva
- Preserve more variables (#26)
- Preserve shell options (#28)
- Check that .drv dependencies present in the store (bb4c221)
- Parse flake references in
NIX_PATH
(0e892a2)
- Ignore temporary directories created when unpacking tarballs (28c4aa2)
- Compile with SIMD (58e7001)
v0.1.5
- Pin
nix
to avoid version `GLIBC_2.33' not found
error (#24).
- Nix 2.4 compatibility.
- Bugfix: correctly handle
<variable>
references (#21), and relative paths in NIX_PATH
(#22).
- Bugfix: don't panic on trailing spaces in #!-scripts.
v0.1.4
- New
nix-shell
option: -E
/--expr
.
- New unique option:
--wrap
.
- Bugfix: ignore
shellHook
output (#17).
- Bugfix: consistent relative paths handling.
- Updated man page.