flake.lock: Update#1
Open
github-actions[bot] wants to merge 1 commit into
Open
Garnix CI / package nss-passwords [x86_64-linux]
failed
Jul 19, 2026 in 1m 57s
package nss-passwords [x86_64-linux]
package nss-passwords [x86_64-linux] failed
Details
Last 100 lines of logs:
nss-passwords> failed running package evaluation. If you have `nix` installed, you can reproduce the error locally by running: prlimit --as=8589934592 nix build /tmp/garnix-runs-ad0ae8d2fa9c30f3#packages.x86_64-linux.nss-passwords --dry-run --json
nss-passwords> warning: ignoring untrusted flake configuration setting 'extra-substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'extra-trusted-public-keys'.
Pass '--accept-flake-config' to trust it
error (ignored): SQLite database '/home/nix-runner/.cache/nix/eval-cache-v6/38580e2126794a93200b15b9a3c0197453eb01c6a8dd883b899a7387bc3f277e.sqlite' is busy
error:
… in the condition of the assert statement
at «github:Nixos/nixpkgs/293d6abedf0478e681a4dfcfcb35b30fc796a32f?narHash=sha256-DtoqIqM7VkR6NxAkcLpMwmi02USwWb3JdmNGLyhthc0%3D»/lib/customisation.nix:428:9:
427| drvPath =
428| assert condition;
| ^
429| drv.drvPath;
… while evaluating the attribute 'handled'
at «github:Nixos/nixpkgs/293d6abedf0478e681a4dfcfcb35b30fc796a32f?narHash=sha256-DtoqIqM7VkR6NxAkcLpMwmi02USwWb3JdmNGLyhthc0%3D»/pkgs/stdenv/generic/check-meta.nix:702:11:
701| valid = if isNull problems.error then "warn" else "no";
702| handled = handle {
| ^
703| inherit attrs meta;
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Refusing to evaluate package 'nss-passwords' in /nix/store/mn1bw32whlgvf026fd4b1vf581hd3h3p-source/pkgs/nss-passwords.nix:54 because it has problems:
- broken: This package is broken.
See also https://nixos.org/manual/nixpkgs/unstable#sec-problems
To allow evaluation regardless, use:
- Nixpkgs import: import nixpkgs { config = <below code>; }
- NixOS: nixpkgs.config = <below code>;
- nix-* commands: Put below code in ~/.config/nixpkgs/config.nix
{
problems.handlers = {
nss-passwords.broken = "warn"; # or "ignore"
};
}
Loading