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

This PR factors out the construction of `specialArgs`, making those arguments available to flake module users as well as to users of `devshell.mkShell`. Associated changes include: 1. Replacing uses of...

This env var fixes building `python-ldap` in a pdm python project when `openldap` is added to `language.c.libraries`, just like explained in https://github.com/numtide/devshell/issues/172#issuecomment-1094675420.

**Describe the bug** Given: ```nix devshells.default.devshell = { name = "Haskell shell"; packagesFrom = [ config.devShells.haskell ]; } ``` The `default` shell fails to build eventhough the original `haskell` shell...

bug

Hey! I include a traditional devshell called `other` in my default devshell with `devshells.default.devshell.packagesFrom = [ other ]`. ## problem The included `other` devshell provides i.e. the `ghci` command. But...

enhancement

Hey, how would i go about combining shells? I tried the below but it doesn't work, why? Should I use modules? For example I'd like to do: ```nix devshells =...

enhancement

As in the title. Setting ```nix devshells.my-shell.devshell.packages = with pkgs; [ my-pkg ]; ``` doesn't make `"${my-pkg}/bin/my-pkg"` available in shell under `my-pkg`. What does this option do and what is...

bug

right now `setup-postgres` and `start-postgres` are added to the user's dev shell, but there's little documentation about even the existence of these utilities. since they're non-standard utilities (that is, they...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/nix.yml...

Also rework the function for including propagatedBuildInputs on it: The new function ensures that the same path will not be repeated on the environment variable. # A Note for Reviewers...

# Description As it was said on the TODO comment, this PR changes `language.hare.thirdPartyLibs` to `pkgs.hareThirdParty.hare-png` to test the inclusion of `propagatedBuildInputs` on `HAREPATH`. # A Note for Reviewers The...