devshell icon indicating copy to clipboard operation
devshell copied to clipboard

Per project developer environments

Results 90 devshell issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Using a Python venv in a devshell it is not possible to install [pylbmc](https://pypi.org/project/pylibmc/), which is the Python wrapper around `libmemcached`. I've installed the dependencies of `pylibmc`...

bug

Encourage composition over overlays by passing a set of attrsets.

**Is your feature request related to a problem? Please describe.** Exiting `nix develop` shell leaves running processes. **Describe the solution you'd like** For interactive and startup sections, it would be...

enhancement

- outside of nix shells, e.g. when sourcing the env respect the user's env preferences (e.g. starship)

I apologize for straying away from the template, but I think doing so makes this proposal a bit easier to read. I've been working on [Nixago](https://github.com/nix-community/nixago) for the past couple...

enhancement

For users using ZSH shell, when loading the devshell the completions are not loaded. Those are available inside `$DEVSHELL_DIR/share/zsh/site-functions`. This is working properly for Bash though. Maybe related to #171

bug

**Is your feature request related to a problem? Please describe.** I'm used to fish, makes me more productive. I'm using startup hooks, so direnv doesn't solve the problem. **Describe the...

enhancement

Not sure if implementing this here is a layer violation: ```console std on  main [$!+⇡] via ❄️ impure ❯ export name="test" std on  main [$!+⇡] via ❄️ impure...

enhancement

**Describe the bug** After loading the dev shell, my `PATH` looks like `/nix/store/8fl62lppihdwcxkwjlbs6w6yfw40ghff-devshell-dir/bin:/nix/store/qyasdwgp15xm056kzzblrzc01w62kwqf-bash-interactive-5.1-p12/bin:/path-not-set:[inherited path…]`. Note the `/path-not-set` component. Digging into this, Nix sets `PATH=/path-not-set`. The devshell `env.bash` script tries to...

bug