nix-develop icon indicating copy to clipboard operation
nix-develop copied to clipboard

Results 11 nix-develop issues
Sort by recently updated
recently updated
newest added

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. Release notes Sourced from cachix/install-nix-action's releases. v27 What's Changed Enable always-allow-substitutes by default by @​sandydoo in cachix/install-nix-action#207 nix: 2.20.5 -> 2.22.1 by @​kashw2 in...

dependencies

Hey, Thanks for making this action, it's a really clever way to avoid verbose calls of `nix develop --command` It seems to be choking on one of the environment variables,...

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 30. This release includes the previously tagged commit. Release notes Sourced from cachix/install-nix-action's releases. v30 Nix: 2.24.7 -> 2.24.9, fixing GHSA-6fjr-mq49-mm2c Commits 08dcb3a Merge pull...

dependencies

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31. Release notes Sourced from cachix/install-nix-action's releases. v31 What's Changed nix: 2.24.9 -> 2.25.2 by @​Mic92 in cachix/install-nix-action#218 ci: fix latest installer tests by @​sandydoo...

dependencies
github_actions

`nix-develop-gha.sh` depends on several bash builtins, `nix`, and `openssl`. If run on a self-hosted runner on NixOS `openssl` isn't available in PATH by default and the action fails. This change...

- Add new devShell input - defaults to default - add test to make sure we can enter Passing the devshell in the args line wasn't working, because default was...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

I think this action has to be responsible for exiting the Nix environment as well. Otherwise it may interfere with Actions internals, such as running other cleanup steps. There should...

Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0. Commits 23f4c6f Bump actions/checkout from 4 to 5 (#96) 712fc68 Node24 (#92) a4eaa8d Bump @​octokit/request from 8.1.6 to 8.4.1 (#74) 89417ee Bump undici from...

dependencies
github_actions

I use `nix develop --unset PATH` locally to make sure all my dependencies are installed through Nix and I'm not using anything already installed on my system (e.g. via `apt`)....