Releases: xzfc/cached-nix-shell
Releases Β· xzfc/cached-nix-shell
v0.1.6
23 Jun 19:21
Compare
Sorry, something went wrong.
No results found
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
14 Nov 18:32
Compare
Sorry, something went wrong.
No results found
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
02 Aug 17:31
Compare
Sorry, something went wrong.
No results found
New nix-shell
option: -E
/--expr
.
New unique option: --wrap
.
Bugfix: ignore shellHook
output (#17 ).
Bugfix: consistent relative paths handling.
Updated man page .