Skip to content

Releases: xzfc/cached-nix-shell

v0.1.6

23 Jun 19:21
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • New nix-shell option: -E/--expr.
  • New unique option: --wrap.
  • Bugfix: ignore shellHook output (#17).
  • Bugfix: consistent relative paths handling.
  • Updated man page.