-
**Describe the bug**
When flake.lock contains invalid JSON (for instance because of a currently ongoing Git merge), any Nix commands dealing with the flake will fail with an error that doesn't ment…
-
```
[+] Building 362.2s (11/11) FINISHED docker:c…
-
**Describe the bug**
Something changed in nix 2.20 which resulted in a new `narHash` for some git repositories/commits. I observe this if I use a nix 2.24 to update my lock file, and then have a di…
-
I would like to provide the `targetHost` value through an env var using `builtins.getEnv "IP"` but it isn't working, the string is empty. Tough, it's working througth `colmena repl`. I'm using a flake…
-
### What problem are you trying to solve?
There are certain `nixpkgs` that require configuration using `withExtensions` and `withPackages`. Currently, the only way to utilize those packages in that…
-
pio fails to test on the master branch.
```
error: builder for '/nix/store/0ngk7lsx7fsg4dd7vnnxdb5szq1253rz-lanzaboote-stub-deps-0.4.1.drv' failed with exit code 101;
last 25 log lines:
…
-
I'm trying to get karamel to run with nix. Maybe I missed a guide somewhere, but here's my documented failures. I would be very grateful for any pointers what I can fix in my setup to get it to run.
…
-
Hi there,
I don't like installing tools globally (because it's far too easy to lose track of project dependencies) and prefer to use Nix flakes to keep everything self-contained. A problem I run into…
-
```console
$ nix shell nixpkgs#archivebox
error:
… while evaluating the attribute 'drvPath'
at /nix/store/c05d1sqfhkl93p3j5ykic68mgg1gsrvb-source/lib/customisation.nix:365:7:
…
-
The nix build for the glibc-patch flake fails in the following ways:
- The flake and its shell script need to be re-added to git. Nix only allows flakes to be built in a git repo if they’re staged …