feat(storage01): Upgrade to nixos-25.05
Some checks failed
Check meta / check_dns (pull_request) Successful in 18s
Check workflows / check_workflows (pull_request) Successful in 18s
Run pre-commit on all files / pre-commit (push) Successful in 25s
Check meta / check_meta (pull_request) Successful in 18s
Build all the nodes / Jaccess01 (pull_request) Successful in 25s
Build all the nodes / Jaccess04 (pull_request) Successful in 27s
Run pre-commit on all files / pre-commit (pull_request) Successful in 30s
Build all the nodes / ap01 (pull_request) Successful in 41s
Build all the nodes / netcore02 (pull_request) Successful in 24s
Build all the nodes / netcore01 (pull_request) Successful in 27s
Build all the nodes / bridge01 (pull_request) Successful in 52s
Build all the nodes / cof02 (pull_request) Successful in 53s
Build all the nodes / iso (pull_request) Successful in 1m3s
Build all the nodes / lab-router01 (pull_request) Successful in 53s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m13s
Build all the nodes / geo02 (pull_request) Successful in 1m18s
Build all the nodes / geo01 (pull_request) Successful in 1m19s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m20s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m21s
Build the shell / build-shell (pull_request) Successful in 24s
Build all the nodes / tower01 (pull_request) Successful in 1m8s
Build all the nodes / vault01 (pull_request) Successful in 1m13s
Build all the nodes / zulip01 (pull_request) Successful in 57s
Build all the nodes / krz01 (pull_request) Successful in 2m0s
Build all the nodes / build01 (pull_request) Successful in 2m38s
Build all the nodes / rescue01 (pull_request) Successful in 2m49s
Build all the nodes / web02 (pull_request) Successful in 2m53s
Build all the nodes / compute01 (pull_request) Failing after 4m7s
Build all the nodes / web03 (pull_request) Successful in 5m12s
Build all the nodes / storage01 (pull_request) Successful in 11m3s
Build all the nodes / web01 (pull_request) Successful in 13m23s

This commit is contained in:
Tom Hubrecht 2025-06-13 11:26:26 +02:00
parent 9135070292
commit c255e08761
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -289,7 +289,7 @@
stateVersion = "23.11"; stateVersion = "23.11";
nixpkgs = { nixpkgs = {
version = "24.11"; version = "25.05";
system = "nixos"; system = "nixos";
}; };