Skip to content

Releases: rrbutani/use-nix-shell-action

v1.1.0

24 Feb 02:37
v1.1.0
59a52b2
Compare
Choose a tag to compare

What's Changed

  • The notice about $PATH is in reverse order, we mention this in the message now (#2)
  • Missing/unsuitable bash/coreutils binaries are handled gracefully (#1)
    • This let's you chain nix-use-shell-action actions that modify $PATH such that it doesn't include coreutils and bashInteractive without having to manually reintroduce these yourself.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Feb 00:45
v1.0.0
9a3498c
Compare
Choose a tag to compare

v1.0.0

Initial Release!

Includes:

  • functionality for exporting an environment from a nix shell described by one of:
    • a list of packages from <nixpkgs>
    • a list of flake references
    • a flake devShell output
    • a file (like shell.nix)
  • functionality for running a script within such a shell