Releases: rrbutani/use-nix-shell-action
Releases · rrbutani/use-nix-shell-action
v1.1.0
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 includecoreutils
andbashInteractive
without having to manually reintroduce these yourself.
- This let's you chain
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
)
- a list of packages from
- functionality for running a script within such a shell