Skip to content

Tags: haslersn/any-nix-shell

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix syntax error that broke fish support (#36)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for the 'nix develop' command (#34)

v2.0.0rc1

Toggle v2.0.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support `nix run` and drop support for `nix shell` (#13)

`nix shell` didn't exist from Nix 2.0 to 2.3. And in 2.4 it keeps
the shell, anyways, so any-nix-shell is not required.

Fixes #10

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Restore stable Nix compatibility (#8)

Stable Nix doesn't have nix shell, which means the most recent update
broke any-nix-shell for people using the defaults.

Here, I've added a simple version check to restore the old behaviour
on Nix versions that don't have nix shell.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from nrdxp/fix-nix-run

`nix run` is now `nix shell`

v1.1.0

Toggle v1.1.0's commit message
nix-shell -> environment

v1.0.0

Toggle v1.0.0's commit message
Set SHELL variable while in nix-shell