feat(krz01): Upgrade to nixos-unstable
All checks were successful
Check meta / check_meta (pull_request) Successful in 15s
Run pre-commit on all files / pre-commit (push) Successful in 26s
Build all the nodes / Jaccess01 (pull_request) Successful in 27s
Check meta / check_dns (pull_request) Successful in 28s
Check workflows / check_workflows (pull_request) Successful in 30s
Run pre-commit on all files / pre-commit (pull_request) Successful in 29s
Build all the nodes / Jaccess04 (pull_request) Successful in 36s
Build all the nodes / ap01 (pull_request) Successful in 41s
Build all the nodes / netcore01 (pull_request) Successful in 24s
Build all the nodes / geo01 (pull_request) Successful in 50s
Build all the nodes / hypervisor02 (pull_request) Successful in 51s
Build all the nodes / netcore02 (pull_request) Successful in 31s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m10s
Build all the nodes / geo02 (pull_request) Successful in 1m10s
Build all the nodes / bridge01 (pull_request) Successful in 1m17s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m17s
Build all the nodes / cof02 (pull_request) Successful in 1m17s
Build all the nodes / build01 (pull_request) Successful in 1m29s
Build all the nodes / lab-router01 (pull_request) Successful in 1m4s
Build all the nodes / iso (pull_request) Successful in 1m29s
Build all the nodes / tower01 (pull_request) Successful in 54s
Build all the nodes / rescue01 (pull_request) Successful in 1m5s
Build the shell / build-shell (pull_request) Successful in 26s
Build all the nodes / web02 (pull_request) Successful in 51s
Build all the nodes / vault01 (pull_request) Successful in 58s
Build all the nodes / web03 (pull_request) Successful in 53s
Build all the nodes / zulip01 (pull_request) Successful in 48s
Build all the nodes / web01 (pull_request) Successful in 1m10s
Build all the nodes / storage01 (pull_request) Successful in 1m28s
Build all the nodes / krz01 (pull_request) Successful in 13m56s
Build all the nodes / compute01 (pull_request) Successful in 19m31s

- Disabled whisper-cpp as the packaging changed too much and it no
longer build
This commit is contained in:
Tom Hubrecht 2025-06-13 11:28:19 +02:00
parent 38aec4ce01
commit ea36e55c29
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ lib.extra.mkConfig {
"microvm-router01" "microvm-router01"
"nvidia-tesla-k80" "nvidia-tesla-k80"
"ollama" "ollama"
"whisper" # "whisper"
"proxmox" "proxmox"
"networking" "networking"
]; ];

View file

@ -237,7 +237,7 @@
stateVersion = "24.11"; stateVersion = "24.11";
nixpkgs = { nixpkgs = {
version = "24.11"; version = "unstable";
system = "nixos"; system = "nixos";
}; };
}; };