Releases: nicknovitski/nix-develop
Releases · nicknovitski/nix-develop
v1.2.1
What's Changed
- Many more tests! by @nicknovitski in #21
- Preserve exit status of nix develop by @nicknovitski in #23
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: v1.1.1...v1.2.0
v1.1.1 - Filter any output from shellHooks
Full Changelog: v1.1.0...v1.1.1
1.1.0
I removed the argument --ignore-environment from the action's invocations of nix develop. I haven't found any benefit from it, and it created surprising annoyance to anyone using https://devenv.sh in a flake. The effect was errors with messages like mktemp: command not found, mkdir: command not found, etc. The workaround was to add --keep PATH to the arguments. But how would people figure that out?!
Anyone who does want to --ignore-environment can of course add that to their arguments: instead.
Full Changelog: v1.0.0...v1.1.0
Initial release
v1.0.0 Merge pull request #2 from nicknovitski/dependabot/github_actions/cac…