Tom Hubrecht
b850ee56c2
Some checks failed
Check meta / check_meta (push) Successful in 19s
Check meta / check_dns (push) Successful in 20s
build configuration / build_and_cache_storage01 (push) Successful in 1m26s
build configuration / build_and_cache_geo01 (push) Successful in 1m6s
build configuration / build_and_cache_geo02 (push) Successful in 1m7s
build configuration / build_and_cache_rescue01 (push) Successful in 1m26s
build configuration / build_and_cache_compute01 (push) Successful in 1m45s
build configuration / build_and_cache_krz01 (push) Successful in 2m2s
build configuration / build_and_cache_web02 (push) Successful in 1m12s
build configuration / build_and_cache_bridge01 (push) Successful in 1m6s
build configuration / build_and_cache_web01 (push) Successful in 1m45s
build configuration / build_and_cache_vault01 (push) Successful in 1m20s
lint / check (push) Successful in 25s
build configuration / build_and_cache_web03 (push) Failing after 1m55s
55 lines
1.1 KiB
Nix
55 lines
1.1 KiB
Nix
let
|
|
netboxAgent = {
|
|
id = "244549";
|
|
hash = "sha256-SePkKEYQGDj6FpuyxZ+1ASeVPA02mCHf0G5i3koMdNw=";
|
|
};
|
|
in
|
|
|
|
{
|
|
"nixos-24.05" = [
|
|
# netbox qrcode plugin
|
|
{
|
|
_type = "commit";
|
|
sha = "ae4bf4c110378ebacb3989c9533726859cfebbfa";
|
|
hash = "sha256-SgHhW9HCkDQsxT3eG4P9q68c43e3sbDHRY9qs7oSt8o=";
|
|
}
|
|
|
|
netboxAgent
|
|
|
|
{
|
|
id = "275165";
|
|
hash = "sha256-9a26V3Pi8yLD3N9+mC1kvJoruxRTp/qOHapnt6VX7pw=";
|
|
}
|
|
|
|
# karla: init at 2.004
|
|
{
|
|
_type = "commit";
|
|
sha = "7c51104112e8ea0e2ac53bf7d535e677f7686a9e";
|
|
hash = "sha256-1TBLzZkvkFhCL8RYVVIUhTyrH3+X1iJIMkyHffmrOWc=";
|
|
}
|
|
|
|
# Crabfit: don't depend on all google-fonts
|
|
{
|
|
_type = "static";
|
|
path = ./04-crabfit-karla.patch;
|
|
}
|
|
];
|
|
|
|
"nixos-unstable" = [
|
|
netboxAgent
|
|
|
|
# netbox qrcode plugin
|
|
{
|
|
_type = "commit";
|
|
sha = "ae4bf4c110378ebacb3989c9533726859cfebbfa";
|
|
hash = "sha256-SgHhW9HCkDQsxT3eG4P9q68c43e3sbDHRY9qs7oSt8o=";
|
|
}
|
|
];
|
|
|
|
"proxmox-nixos" = [
|
|
{
|
|
_type = "static";
|
|
path = ./05-pmnos-correctness-build-directory.patch;
|
|
}
|
|
];
|
|
}
|