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 / homeConfig aarch64-darwin/ross failed Jan 21, 2026 in 15s

homeConfig aarch64-darwin/ross

homeConfig aarch64-darwin/ross failed

Details

Last 100 lines of logs:

aarch64-darwin/ross> 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#homeConfigurations.aarch64-darwin/ross.activationPackage --dry-run --json
aarch64-darwin/ross> 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/9s8nrs3wrinicrqz481d3zgc271vjgd3-source' from 'https://cache.garnix.io'...
evaluation warning: 'targetPlatform' has been renamed to/replaced by 'stdenv.targetPlatform'
copying path '/nix/store/qna2kdywwdw0zv95rr6ddn4rj89yhbhl-source' from 'https://cache.garnix.io'...
copying path '/nix/store/pqjppkj5kcs4001j5svlsz1595hcja0y-source' from 'https://cache.garnix.io'...
trace: 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
trace: warning: The option `programs.git.userEmail' defined in `/nix/store/hy4scnz18syzfz908nkz5vybr5z48g3x-source/users/ross/home.nix' has been renamed to `programs.git.settings.user.email'.
trace: warning: The option `programs.git.userName' defined in `/nix/store/hy4scnz18syzfz908nkz5vybr5z48g3x-source/users/ross/home.nix' has been renamed to `programs.git.settings.user.name'.
trace: warning: The option `programs.git.extraConfig' defined in `/nix/store/hy4scnz18syzfz908nkz5vybr5z48g3x-source/users/ross/home.nix' has been renamed to `programs.git.settings'.
error:
       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:37:12:
           36|
           37|   strict = derivationStrict drvAttrs;
             |            ^
           38|

       … while evaluating derivation 'home-manager-generation'
         whose name attribute is located at /nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/pkgs/stdenv/generic/make-derivation.nix:541:13

       … while evaluating attribute 'buildCommand' of derivation 'home-manager-generation'
         at /nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/pkgs/build-support/trivial-builders/default.nix:80:17:
           79|         enableParallelBuilding = true;
           80|         inherit buildCommand name;
             |                 ^
           81|         passAsFile = [ "buildCommand" ] ++ (derivationArgs.passAsFile or [ ]);

       … while evaluating the option `home.activation.checkFilesChanged.data':

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

       … while evaluating the option `home.file."/Users/ross/.config/ghostty/config".onChange':

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

       … while evaluating the option `xdg.configFile."ghostty/config".onChange':

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

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

       error: Package ‘ghostty-1.2.3’ in /nix/store/j5vyzjqniwdr6az98kgqznvpp3b7j1vv-source/pkgs/by-name/gh/ghostty/package.nix:163 is not available on the requested hostPlatform:
         hostPlatform.system = "aarch64-darwin"
         package.meta.platforms = [
           "aarch64-linux"
           "armv5tel-linux"
           "armv6l-linux"
           "armv7a-linux"
           "armv7l-linux"
           "i686-linux"
           "loongarch64-linux"
           "m68k-linux"
           "microblaze-linux"
           "microblazeel-linux"
           "mips-linux"
           "mips64-linux"
           "mips64el-linux"
           "mipsel-linux"
           "powerpc-linux"
           "powerpc64-linux"
           "powerpc64le-linux"
           "riscv32-linux"
           "riscv64-linux"
           "s390-linux"
           "s390x-linux"
           "x86_64-linux"
         ]
         package.meta.badPlatforms = [ ]
       , refusing to evaluate.

       a) To temporarily allow packages that are unsupported for this system, you can use an environment variable
          for a single invocation of the nix tools.

            $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1

          Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake,
                then pass `--impure` in order to allow use of environment variables.

       b) For `nixos-rebuild` you can set
         { nixpkgs.config.allowUnsupportedSystem = true; }
       in configuration.nix to override this.

       c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
         { allowUnsupportedSystem = true; }
       to ~/.config/nixpkgs/config.nix.