-
Is it possible to use shell environment in `mkDerivation`? I've setup a devenv shell environment and would like to reuse it for package building. I tried adding `self.devShells.${system}.default` to …
-
:cyclone:
Currently the DevShell expose documentation at `/@doc/*`.
That is asciidoc generated documentation plus javadocs.
This issue propose to add Werval source code, maybe at `/@source/*`, using …
-
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 = {
default = {
devshell = …
-
We can use venvShellHook with plain shell.nix with something like
```
let
pkgs = import { };
pyPackages = pkgs.python311Packages;
in pkgs.mkShell {
name = "py";
venvDir = "./.venv"…
-
1. `nix build` works
2. `cabal configure --enable-tests && cabal test` fails inside devshell
3. `nix develop` and then running the above command also fails
Cabal seems to want to build ghc first,…
-
if source is a path: replacing source = src with source = ./. (given you've initialized a project and change the names appropriately) yields attribute 'overrideAttrs' missing.
-
I want to convert a Rust project into a flake, that uses the [`vergen`](https://github.com/rustyhorde/vergen) crate to create version metadata from the git repository at build time. I use the git ref …
-
**Describe the bug**
The `root` derivation inside Nixpkgs is the package of CERN ROOT, a C++-based data analysis framework.
When using `devshell.flakeModule` and specify `devshells.root-devenv.d…
-
| Field | Description |
|--------------|-------------|
| Plugin | `nvim-dap` |
| Nixpkgs | `unstable` |
| Home Manager | `unstable` |
- [x] I have read the [FAQ](https:/…
-
It'd be nice a module with values to include in devshell as it is nicer than default shell.