-
The output of the Gradle DevShell is cluttered by Gradle daemon output.
Find a way to run in quiet mode (`-q`) so only build errors get printed out.
-
It is common for repositories which provide flakes to provide development shells under a top-level attribute `flake#devShells`, with `flake#devShell` being the default one (an alias for `flake#devShel…
-
Instead of mixing config intent and rendering / re-ification like this:
```nix
{
bench = dev.mkShell {
name = lib.mkDefault "Bench Shell";
nixago = [
(dev.mkNixago cell.config.pr…
-
**Describe the bug**
I've been running `nix develop` on a package while trying to get it built. To clean up some space from temporary builds I've run `nix store gc`. This somehow broke the expected…
-
It looks like we need to connect with ssh -X to open a devshell for the vexpress qemu image, but also it looks like tmux as a backend for byobu does not work with devshell - needs screen.
So we shoul…
-
I have a static build working with a new `flake.nix` based on my old gander one, but when I add any package to `devShell` it fails with a message about Docopt being broken:
``` .nix
...
d…
-
**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…
-
I have a sha256-based git repository with a flake.nix in it. I cannot properly use my flake:
```
$ use flake . --impure --show-trace
warning: Git tree '/home/zilti/projects/chicken6-flake' is d…
zilti updated
1 month ago
-
**Describe the bug**
Getting an error on the `commands` attr when trying to configure the devshell via nix
```
nix develop --show-trace
warning: Git tree '/home/jonathanl/Code/bank-wallet-back…
-
**Describe the bug**
With the following `flake.nix`
```nix
{
description = "Node dev";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.devshell.url = "github:numtide/de…