Skip to content

Lock file maintenance

da5c11f
Select commit
Loading
Failed to load commit list.
Open

Lock file maintenance #638

Lock file maintenance
da5c11f
Select commit
Loading
Failed to load commit list.
Garnix CI / check default [x86_64-linux] failed May 22, 2026 in 4s

check default [x86_64-linux]

check default [x86_64-linux] failed

Details

Last 100 lines of logs:

default> 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-b35c7949fbf4504b#checks.x86_64-linux.default --dry-run --json
default> error:
       … while evaluating a branch condition
         at «github:NixOS/nixpkgs/f83fc3c307e74bc5fd5adb7eb6b8b13ffd2a36e1?narHash=sha256-cCO8aTqss5x9Ky8GWkpY0Hy5fyTZEbtifSUV8QjSzic%3D»/lib/trivial.nix:980:27:
          979|   */
          980|   throwIfNot = cond: msg: if cond then x: x else throw msg;
             |                           ^
          981|

       … while evaluating the attribute 'value'
         at «github:NixOS/nixpkgs/f83fc3c307e74bc5fd5adb7eb6b8b13ffd2a36e1?narHash=sha256-cCO8aTqss5x9Ky8GWkpY0Hy5fyTZEbtifSUV8QjSzic%3D»/lib/modules.nix:1167:7:
         1166|     // {
         1167|       value = addErrorContext "while evaluating the option `${showOption loc}':" value;
             |       ^
         1168|       inherit (res.defsFinal') highestPrio;

       … while evaluating the option `rawTestDerivation':

       … while evaluating definitions from `/nix/store/1hb1glkkpl6vjjpfrwzmvjyvhcyqfxfk-source/nixos/lib/testing/run.nix':

       … while evaluating the option `meta':

       … while evaluating the option `meta.maintainers':

       … while evaluating definitions from `makeTest parameters':

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: undefined variable 'rewine'
       at /tmp/garnix-runs-b35c7949fbf4504b/nix/nixos-test.nix:6:51:
            5|   name = "waylib-tinywl-test";
            6|   meta.maintainers = with pkgs.lib.maintainers; [ rewine ];
             |                                                   ^
            7|