This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Update dependency fluxcd/flux2 to v2 #4764
Open
Garnix CI / devShell default [i686-linux]
failed
Feb 24, 2024 in 2s
Run results
Build failed
Details
Last 100 lines of logs:
error (ignored): error: SQLite database '/home/garnix/.cache/nix/eval-cache-v5/9f251bdea4de163e653dfec6489fb4cdb7f2c26f23890ec30993b7dcd8d23960.sqlite' is busy
error:
… while evaluating the attribute 'drvPath'
at /nix/store/lihi7wm1mshsjbr1asil43xw23mi10rs-source/lib/customisation.nix:228:7:
227| in commonAttrs // {
228| drvPath = assert condition; drv.drvPath;
| ^
229| outPath = assert condition; drv.outPath;
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
(stack trace truncated; use '--show-trace' to show the full trace)
error: Package ‘python3.10-pandas-1.5.2’ in /nix/store/lihi7wm1mshsjbr1asil43xw23mi10rs-source/pkgs/development/python-modules/pandas/default.nix:139 is marked as broken, refusing to evaluate.
a) To temporarily allow broken packages, you can use an environment variable
for a single invocation of the nix tools.
$ export NIXPKGS_ALLOW_BROKEN=1
Note: For `nix shell`, `nix build`, `nix develop` or any other Nix 2.4+
(Flake) command, `--impure` must be passed in order to read this
environment variable.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Loading