Skip to content

feat(mu-gundam): use 6.6.92 kernel

302b8b1
Select commit
Loading
Failed to load commit list.
Draft

feat(mu-gundam): use 6.6.92 kernel #7

feat(mu-gundam): use 6.6.92 kernel
302b8b1
Select commit
Loading
Failed to load commit list.
Garnix CI / package regz [x86_64-linux] failed Jan 21, 2026 in 44s

package regz [x86_64-linux]

package regz [x86_64-linux] failed

Details

Last 100 lines of logs:

regz> 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-834fe8b4fe868193#packages.x86_64-linux.regz --dry-run --json
regz> warning: ignoring untrusted flake configuration setting 'fallback'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'substituters'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-public-keys'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'trusted-substituters'.
Pass '--accept-flake-config' to trust it
copying path '/nix/store/qna2kdywwdw0zv95rr6ddn4rj89yhbhl-source' from 'https://cache.garnix.io'...
evaluation warning: 'targetPlatform' has been renamed to/replaced by 'stdenv.targetPlatform'
evaluation warning: Nixvim (plugins.web-devicons): This plugin was enabled automatically because the following plugins are enabled.
                    This behaviour is deprecated. Please explicitly define `plugins.web-devicons.enable` or alternatively
                    enable `plugins.mini.enable` with `plugins.mini.modules.icons` and `plugins.mini.mockDevIcons`, or
                    `plugins.mini-icons.enable` with `plugins.mini-icons.mockDevIcons`.
                    plugins.telescope
                    plugins.diffview
error:
       … in the left operand of the update (//) operator
         at /nix/store/hy4scnz18syzfz908nkz5vybr5z48g3x-source/flake.nix:312:11:
          311|           nixos.config.system.build.${cfg.output or "toplevel"}
          312|           // {
             |           ^
          313|             inherit nixos;

       … while calling the 'head' builtin
         at /nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/lib/attrsets.nix:1696:13:
         1695|           if length values == 1 || pred here (elemAt values 1) (head values) then
         1696|             head values
             |             ^
         1697|           else

       … while evaluating the option `system.build.toplevel':

       … while evaluating definitions from `/nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/nixos/modules/system/activation/top-level.nix':

       … while evaluating the option `warnings':

       … while evaluating definitions from `/nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/nixos/modules/system/boot/systemd.nix':

       … while evaluating the option `systemd.services.home-manager-ross.serviceConfig':

       … while evaluating definitions from `/nix/store/9s8nrs3wrinicrqz481d3zgc271vjgd3-source/nixos':

       … while evaluating the option `home-manager.users.ross.home.file."/home/ross/.config/fontconfig/conf.d/10-hm-fonts.conf".source':

       … while evaluating definitions from `/nix/store/9s8nrs3wrinicrqz481d3zgc271vjgd3-source/modules/files.nix':

       … while evaluating the option `home-manager.users.ross.home.file."/home/ross/.config/fontconfig/conf.d/10-hm-fonts.conf".text':

       … while evaluating definitions from `/nix/store/9s8nrs3wrinicrqz481d3zgc271vjgd3-source/modules/misc/xdg.nix':

       … while evaluating the option `home-manager.users.ross.xdg.configFile."fontconfig/conf.d/10-hm-fonts.conf".text':

       … while evaluating definitions from `/nix/store/9s8nrs3wrinicrqz481d3zgc271vjgd3-source/modules/misc/fontconfig.nix':

       … while evaluating the option `home-manager.users.ross.fonts.fontconfig.configFile.fonts.text':

       … while evaluating definitions from `/nix/store/9s8nrs3wrinicrqz481d3zgc271vjgd3-source/modules/misc/fontconfig.nix':

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

       error: infinite recursion encountered
       at /nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/lib/strings.nix:567:53:
          566|   makeSearchPath =
          567|     subDir: paths: concatStringsSep ":" (map (path: path + "/" + subDir) (filter (x: x != null) paths));
             |                                                     ^
          568|