$ /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/timeout --kill-after=15s 1800s /nix/store/mycbwkcm1jzjgsaiydvzib9phmzfz9vx-nix-2.31.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes --extra-substituters https://sellout.cachix.org --extra-trusted-public-keys sellout.cachix.org-1:v37cTpWBEycnYxSPAgSQ57Wiqd3wjljni2aC0Xry1DE= --netrc-file /tmp/nix-ci-worker-537f5a751d0e5cfa/cachix-48730485f089fd16/netrc --extra-substituters https://cache.nix-ci.com --extra-trusted-public-keys nix-ci-staging:Q5+aawDG0LPCgu1fP9e+9hktvsfSyvu/Xe5PvzTLRVs= --netrc-file /tmp/nix-ci-worker-537f5a751d0e5cfa/nix-ci-cache-7fea06c92c1bc06e/netrc --print-build-logs flake show git+https://x-access-token:@github.com/sellout/project-manager?ref=renovate%2Flock-file-maintenance&rev=2911f9e5df6d3b707d24ca66bd2d07bc44812878 --json --system x86_64-linux --post-build-hook /tmp/nix-ci-worker-537f5a751d0e5cfa/nix-ci-cache-upload.sh evaluating ''... copying path '/nix/store/gmdhl9qfaic5765lxw2wj6hb2ifjmhjd-source' from 'https://cache.nixos.org'... copying path '/nix/store/7b8kk847kcgyg7dy3jl9c0xw1rfvc8bh-source' from 'https://cache.nixos.org'... copying path '/nix/store/g8zzlf6drg73c987ii390yicq4c0j778-source' from 'https://cache.nixos.org'... copying path '/nix/store/pnpzjy3f435dkc4xgrgarvp9lfjq9fij-source' from 'https://cache.nixos.org'... copying path '/nix/store/g1wkcpwadmnn20lwbik5kfwnvfrc6ahi-source' from 'https://cache.nixos.org'... copying path '/nix/store/j68m788zvrjj69vd4w3kpqq6qw9gxlfs-source' from 'https://cache.nixos.org'... evaluation warning: fold has been deprecated, use foldr instead evaluating 'apps'... evaluating 'apps.aarch64-darwin'... evaluating 'apps.aarch64-darwin.tests'... evaluating 'apps.aarch64-linux'... evaluating 'apps.aarch64-linux.tests'... evaluating 'apps.i686-linux'... evaluating 'apps.i686-linux.tests'... evaluating 'apps.x86_64-darwin'... evaluating 'apps.x86_64-darwin.tests'... evaluating 'apps.x86_64-linux'... evaluating 'apps.x86_64-linux.tests'... evaluating 'checks'... evaluation warning: fold has been deprecated, use foldr instead evaluation warning: fold has been deprecated, use foldr instead evaluation warning: fold has been deprecated, use foldr instead evaluation warning: fold has been deprecated, use foldr instead evaluating 'checks.aarch64-darwin'... evaluation warning: fold has been deprecated, use foldr instead error: … while evaluating the attribute 'checks' at /nix/store/25qjgxrzxy11v8xa8s2cjkrr8fjbaapy-source/flake.nix:137:7: 136| 137| checks = let | ^ 138| checksWith = nixpkgs: overlay: … in the right operand of the update (//) operator at /nix/store/25qjgxrzxy11v8xa8s2cjkrr8fjbaapy-source/flake.nix:155:11: 154| self.projectConfigurations.${system}.checks 155| // checksWith nixpkgs-22_11 (_: _: {}) | ^ 156| // checksWith nixpkgs-23_05 (final: prev: { … while evaluating the option `warnings': … while evaluating definitions from `/nix/store/25qjgxrzxy11v8xa8s2cjkrr8fjbaapy-source/modules/project-environment.nix': (stack trace truncated; use '--show-trace' to show the full, detailed trace) error: attribute '"26.05"' missing at /nix/store/25qjgxrzxy11v8xa8s2cjkrr8fjbaapy-source/modules/project-environment.nix:460:27: 459| nixpkgsRelease = lib.trivial.release; 460| allowedPmVersions = supportedVersions.${nixpkgsRelease}; | ^ 461| releaseMismatch = Did you mean one of 21.05, 22.05, 23.05, 24.05 or 25.05?