Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Update dependency GitRepository to source.toolkit.fluxcd.io/v1 #4952

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update dependency GitRepository to source.toolkit.fluxcd.io/v1

1a124a9
Select commit
Loading
Failed to load commit list.
Open

Update dependency GitRepository to source.toolkit.fluxcd.io/v1 #4952

Update dependency GitRepository to source.toolkit.fluxcd.io/v1
1a124a9
Select commit
Loading
Failed to load commit list.
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/6a891ac7d02112f5b5da7189795f1bd273dfef41069d31b4a95837150b27f150.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.