fix(nixos-unstable): Revert netbox-qr update as it is incompatible with netbox
All checks were successful
Build all the nodes / netaccess01 (push) Successful in 40s
Build all the nodes / netcore01 (push) Successful in 40s
Build all the nodes / ap01 (push) Successful in 49s
Build the shell / build-shell (push) Successful in 25s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build all the nodes / hypervisor02 (push) Successful in 1m49s
Build all the nodes / hypervisor03 (push) Successful in 1m59s
Build all the nodes / build01 (push) Successful in 2m6s
Build all the nodes / hypervisor01 (push) Successful in 2m6s
Build all the nodes / web02 (push) Successful in 2m7s
Build all the nodes / netcore02 (push) Successful in 2m12s
Build all the nodes / geo01 (push) Successful in 2m17s
Build all the nodes / geo02 (push) Successful in 2m20s
Build all the nodes / rescue01 (push) Successful in 2m27s
Build all the nodes / web03 (push) Successful in 2m1s
Build all the nodes / compute01 (push) Successful in 2m58s
Build all the nodes / web01 (push) Successful in 2m59s
Build all the nodes / tower01 (push) Successful in 3m28s
Build all the nodes / bridge01 (push) Successful in 3m32s
Build all the nodes / storage01 (push) Successful in 3m39s
Build all the nodes / vault01 (push) Successful in 3m44s
All checks were successful
Build all the nodes / netaccess01 (push) Successful in 40s
Build all the nodes / netcore01 (push) Successful in 40s
Build all the nodes / ap01 (push) Successful in 49s
Build the shell / build-shell (push) Successful in 25s
Run pre-commit on all files / pre-commit (push) Successful in 23s
Build all the nodes / hypervisor02 (push) Successful in 1m49s
Build all the nodes / hypervisor03 (push) Successful in 1m59s
Build all the nodes / build01 (push) Successful in 2m6s
Build all the nodes / hypervisor01 (push) Successful in 2m6s
Build all the nodes / web02 (push) Successful in 2m7s
Build all the nodes / netcore02 (push) Successful in 2m12s
Build all the nodes / geo01 (push) Successful in 2m17s
Build all the nodes / geo02 (push) Successful in 2m20s
Build all the nodes / rescue01 (push) Successful in 2m27s
Build all the nodes / web03 (push) Successful in 2m1s
Build all the nodes / compute01 (push) Successful in 2m58s
Build all the nodes / web01 (push) Successful in 2m59s
Build all the nodes / tower01 (push) Successful in 3m28s
Build all the nodes / bridge01 (push) Successful in 3m32s
Build all the nodes / storage01 (push) Successful in 3m39s
Build all the nodes / vault01 (push) Successful in 3m44s
This commit is contained in:
parent
0235b77777
commit
69d79a7049
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ in
|
|||
"nixos-unstable" = [
|
||||
# Build netbird-relay
|
||||
(local ./nixpkgs/05-netbird-relay.patch)
|
||||
{
|
||||
_type = "commit";
|
||||
sha = "87c3740ba46d1486f0b1133980e5c152006f2ee3";
|
||||
hash = "sha256-0lzC7Ks0KPG8fDnPrnSh7z+NOVHNN5G5XByvmNGWr5M=";
|
||||
revert = true;
|
||||
}
|
||||
];
|
||||
|
||||
"agenix" = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue