Skip to content

Update nix to release-25.05 #113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update nix to release-25.05

b887700
Select commit
Loading
Failed to load commit list.
Open

Update nix to release-25.05 #113

Update nix to release-25.05
b887700
Select commit
Loading
Failed to load commit list.
Garnix CI / Evaluate flake.nix failed May 16, 2025 in 11s

Parsing and evaluating flake.nix

Something went wrong

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/sgzr7l4gf0c6cydqlp69i92qm4ls6ilf-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?