Skip to content

upgrade nixos/hm to 25.05#63

Closed
chadac wants to merge 1 commit into
nix-configfrom
chadac/upgrade-nixos-hm-version
Closed

upgrade nixos/hm to 25.05#63
chadac wants to merge 1 commit into
nix-configfrom
chadac/upgrade-nixos-hm-version

upgrade nixos/hm to 25.05

8d24059
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Garnix CI / nixosConfig odin failed Jun 12, 2025 in 47s

Run results

Build failed

Details

Last 100 lines of logs:

lazy-options.json>            47|       settings = lib.mkOption {
lazy-options.json>            48|         type = format.type;
lazy-options.json>              |         ^
lazy-options.json>            49|         description = ''
lazy-options.json> 
lazy-options.json>        … while evaluating the attribute 'formats.ini'
lazy-options.json>          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/default.nix:8:3:
lazy-options.json>             7|   # because they depend on pkgs for rendering some formats
lazy-options.json>             8|   formats = import ./formats.nix {
lazy-options.json>              |   ^
lazy-options.json>             9|     inherit lib pkgs;
lazy-options.json> 
lazy-options.json>        … from call site
lazy-options.json>          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/default.nix:8:13:
lazy-options.json>             7|   # because they depend on pkgs for rendering some formats
lazy-options.json>             8|   formats = import ./formats.nix {
lazy-options.json>              |             ^
lazy-options.json>             9|     inherit lib pkgs;
lazy-options.json> 
lazy-options.json>        … while calling anonymous lambda
lazy-options.json>          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/formats.nix:1:1:
lazy-options.json>             1| { lib, pkgs }:
lazy-options.json>              | ^
lazy-options.json>             2| let
lazy-options.json> 
lazy-options.json>        … in the left operand of the update (//) operator
lazy-options.json>          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/formats.nix:44:1:
lazy-options.json>            43| lib.optionalAttrs pkgs.config.allowAliases aliases
lazy-options.json>            44| // rec {
lazy-options.json>              | ^
lazy-options.json>            45|
lazy-options.json> 
lazy-options.json>        … from call site
lazy-options.json>          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/formats.nix:43:1:
lazy-options.json>            42| in
lazy-options.json>            43| lib.optionalAttrs pkgs.config.allowAliases aliases
lazy-options.json>              | ^
lazy-options.json>            44| // rec {
lazy-options.json> 
lazy-options.json>        … while calling 'optionalAttrs'
lazy-options.json>          at /nix/store/cd9wcbskqm2239ymzsxn52ba7759851k-lib/attrsets.nix:1316:25:
lazy-options.json>          1315|   */
lazy-options.json>          1316|   optionalAttrs = cond: as: if cond then as else { };
lazy-options.json>              |                         ^
lazy-options.json>          1317|
lazy-options.json> 
lazy-options.json>        … while evaluating a branch condition
lazy-options.json>          at /nix/store/cd9wcbskqm2239ymzsxn52ba7759851k-lib/attrsets.nix:1316:29:
lazy-options.json>          1315|   */
lazy-options.json>          1316|   optionalAttrs = cond: as: if cond then as else { };
lazy-options.json>              |                             ^
lazy-options.json>          1317|
lazy-options.json> 
lazy-options.json>        … while selecting an attribute
lazy-options.json>          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/formats.nix:43:19:
lazy-options.json>            42| in
lazy-options.json>            43| lib.optionalAttrs pkgs.config.allowAliases aliases
lazy-options.json>              |                   ^
lazy-options.json>            44| // rec {
lazy-options.json> 
lazy-options.json>        error: expected a set but found null: null
lazy-options.json> Cacheable portion of option doc build failed.
lazy-options.json> Usually this means that an option attribute that ends up in documentation (eg `default` or `description`) depends on the restricted module arguments `config` or `pkgs`.
lazy-options.json> 
lazy-options.json> Rebuild your configuration with `--show-trace` to find the offending location. Remove the references to restricted arguments (eg by escaping their antiquotations or adding a `defaultText`) or disable the sandboxed build for the failing module by setting `meta.buildDocsInSandbox = false`.
lazy-options.json> 
error: build of '/nix/store/ngzrff68d8p7m396cx13ymlirgcjvfx5-lazy-options.json.drv' on 'ssh-ng://nix-ssh@garnix7' failed: builder for '/nix/store/ngzrff68d8p7m396cx13ymlirgcjvfx5-lazy-options.json.drv' failed with exit code 1;
       last 25 log lines:
       >          1315|   */
       >          1316|   optionalAttrs = cond: as: if cond then as else { };
       >              |                         ^
       >          1317|
       >
       >        … while evaluating a branch condition
       >          at /nix/store/cd9wcbskqm2239ymzsxn52ba7759851k-lib/attrsets.nix:1316:29:
       >          1315|   */
       >          1316|   optionalAttrs = cond: as: if cond then as else { };
       >              |                             ^
       >          1317|
       >
       >        … while selecting an attribute
       >          at /nix/store/qhlzylkdh7a9w3wh3ifmi6gxksndrdfb-pkgs-lib/formats.nix:43:19:
       >            42| in
       >            43| lib.optionalAttrs pkgs.config.allowAliases aliases
       >              |                   ^
       >            44| // rec {
       >
       >        error: expected a set but found null: null
       > Cacheable portion of option doc build failed.
       > Usually this means that an option attribute that ends up in documentation (eg `default` or `description`) depends on the restricted module arguments `config` or `pkgs`.
       >
       > Rebuild your configuration with `--show-trace` to find the offending location. Remove the references to restricted arguments (eg by escaping their antiquotations or adding a `defaultText`) or disable the sandboxed build for the failing module by setting `meta.buildDocsInSandbox = false`.
       > 
       For full logs, run 'nix log /nix/store/ngzrff68d8p7m396cx13ymlirgcjvfx5-lazy-options.json.drv'.
error: builder for '/nix/store/ngzrff68d8p7m396cx13ymlirgcjvfx5-lazy-options.json.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/mqwaf0zx7zcxbgpdxvnk1z3bvc64h777-options.json.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gap50q4f581jqdqvkmpb8xc3a8vla16x-nixos-configuration-reference-manpage.drv' failed to build
error: 1 dependencies of derivation '/nix/store/k3h4vz8jbkiwbrp64s3yyh374ira2fci-nixos-manual-html.drv' failed to build
error: 1 dependencies of derivation '/nix/store/rkk884267ynwqcxxkj16bb2kkxclha7j-system-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/xs1crrkkkln4ycpyb4dq3i03hvgk0jnv-nixos-system-odin-25.11pre-git.drv' failed to build