fix(patches): The proxmox patch has been upstreamed
Some checks failed
Check meta / check_meta (pull_request) Successful in 19s
Check meta / check_dns (pull_request) Successful in 19s
build configuration / build_rescue01 (pull_request) Has been cancelled
build configuration / build_geo02 (pull_request) Has been cancelled
build configuration / push_to_cache_storage01 (pull_request) Has been cancelled
build configuration / push_to_cache_rescue01 (pull_request) Has been cancelled
build configuration / push_to_cache_geo02 (pull_request) Has been cancelled
build configuration / push_to_cache_vault01 (pull_request) Has been cancelled
build configuration / push_to_cache_web01 (pull_request) Has been cancelled
build configuration / build_web01 (pull_request) Has been cancelled
build configuration / build_storage01 (pull_request) Has been cancelled
build configuration / build_vault01 (pull_request) Has been cancelled
lint / check (push) Successful in 26s
lint / check (pull_request) Successful in 22s
build configuration / build_and_cache_krz01 (pull_request) Successful in 1h9m24s
build configuration / build_bridge01 (pull_request) Successful in 59s
build configuration / build_geo01 (pull_request) Successful in 1m3s
build configuration / build_web02 (pull_request) Successful in 1m12s
build configuration / build_compute01 (pull_request) Successful in 1m19s
build configuration / push_to_cache_bridge01 (pull_request) Successful in 1m4s
build configuration / push_to_cache_geo01 (pull_request) Successful in 1m15s
build configuration / push_to_cache_web02 (pull_request) Successful in 1m24s
build configuration / push_to_cache_compute01 (pull_request) Successful in 1m46s

This commit is contained in:
Tom Hubrecht 2024-10-09 22:28:32 +02:00
parent 6c22750428
commit 2e83b54b45
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -126,11 +126,4 @@ in
hash = "sha256-SgHhW9HCkDQsxT3eG4P9q68c43e3sbDHRY9qs7oSt8o="; hash = "sha256-SgHhW9HCkDQsxT3eG4P9q68c43e3sbDHRY9qs7oSt8o=";
} }
]; ];
"proxmox-nixos" = [
{
_type = "static";
path = ./05-pmnos-correctness-build-directory.patch;
}
];
} }