Skip to content

Update nix to release-25.05

670f98b
Select commit
Loading
Failed to load commit list.
Merged

Update nix to release-25.05 #113

Update nix to release-25.05
670f98b
Select commit
Loading
Failed to load commit list.
Garnix CI / Evaluate flake.nix failed Aug 10, 2025 in 18s

Evaluate flake.nix

Evaluate flake.nix failed

Details

Last 100 lines of logs:

Couldn't get attributes to build. Error was: warning: ignoring untrusted flake configuration setting 'extra-experimental-features'.
Pass '--accept-flake-config' to trust it
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
warning: ignoring untrusted flake configuration setting 'registries'.
Pass '--accept-flake-config' to trust it
warning: ignoring untrusted flake configuration setting 'sandbox'.
Pass '--accept-flake-config' to trust it
evaluation warning: mkPackageOptionMD is deprecated and will be removed in 25.05; please use mkPackageOption.
error:
       … while evaluating the attribute 'checks'
         at /nix/store/zsj43qm8zivxz0bgli3dgj8ip4bshfh8-source/flake.nix:204:7:
          203|
          204|       checks = self.projectConfigurations.${system}.checks;
             |       ^
          205|       formatter = self.projectConfigurations.${system}.formatter;

       … while evaluating the attribute 'projectConfigurations.x86_64-linux.checks'
         at /nix/store/wvfmh4la7mny8wc4i5ia8yxllx2zbddk-source/modules/default.nix:50:5:
           49|     packages
           50|     checks
             |     ^
           51|     sandboxedChecks

       … while evaluating the option `warnings':

       … while evaluating definitions from `/nix/store/wvfmh4la7mny8wc4i5ia8yxllx2zbddk-source/modules/project-environment.nix':

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

       error: attribute '"25.05"' missing
       at /nix/store/wvfmh4la7mny8wc4i5ia8yxllx2zbddk-source/modules/project-environment.nix:455:27:
          454|       nixpkgsRelease = lib.trivial.release;
          455|       allowedPmVersions = supportedVersions.${nixpkgsRelease};
             |                           ^
          456|       releaseMismatch =
       Did you mean one of 21.05, 22.05, 23.05, 24.05 or 15.09?