fix(compute01/extranix): use unstable lib
Some checks failed
Check meta / check_dns (push) Successful in 19s
Check meta / check_meta (push) Successful in 20s
Check workflows / check_workflows (push) Successful in 25s
Run pre-commit on all files / pre-commit (push) Failing after 36s
Check meta / check_dns (pull_request) Successful in 21s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / ap01 (pull_request) Successful in 1m18s
Build all the nodes / bridge01 (pull_request) Successful in 2m10s
Build all the nodes / geo01 (pull_request) Successful in 2m14s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m14s
Build all the nodes / geo02 (pull_request) Successful in 2m27s
Build all the nodes / netcore02 (pull_request) Successful in 40s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m57s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m50s
Build all the nodes / compute01 (pull_request) Successful in 4m13s
Build all the nodes / tower01 (pull_request) Successful in 2m3s
Build all the nodes / rescue01 (pull_request) Successful in 2m37s
Build all the nodes / storage01 (pull_request) Successful in 2m40s
Build all the nodes / vault01 (pull_request) Successful in 2m19s
Build all the nodes / web02 (pull_request) Failing after 1m36s
Build the shell / build-shell (pull_request) Successful in 34s
Run pre-commit on all files / pre-commit (pull_request) Failing after 37s
Build all the nodes / web03 (pull_request) Successful in 1m35s
Build all the nodes / web01 (pull_request) Successful in 2m53s
Some checks failed
Check meta / check_dns (push) Successful in 19s
Check meta / check_meta (push) Successful in 20s
Check workflows / check_workflows (push) Successful in 25s
Run pre-commit on all files / pre-commit (push) Failing after 36s
Check meta / check_dns (pull_request) Successful in 21s
Check meta / check_meta (pull_request) Successful in 21s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / ap01 (pull_request) Successful in 1m18s
Build all the nodes / bridge01 (pull_request) Successful in 2m10s
Build all the nodes / geo01 (pull_request) Successful in 2m14s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m14s
Build all the nodes / geo02 (pull_request) Successful in 2m27s
Build all the nodes / netcore02 (pull_request) Successful in 40s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m57s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m50s
Build all the nodes / compute01 (pull_request) Successful in 4m13s
Build all the nodes / tower01 (pull_request) Successful in 2m3s
Build all the nodes / rescue01 (pull_request) Successful in 2m37s
Build all the nodes / storage01 (pull_request) Successful in 2m40s
Build all the nodes / vault01 (pull_request) Successful in 2m19s
Build all the nodes / web02 (pull_request) Failing after 1m36s
Build the shell / build-shell (pull_request) Successful in 34s
Run pre-commit on all files / pre-commit (pull_request) Failing after 37s
Build all the nodes / web03 (pull_request) Successful in 1m35s
Build all the nodes / web01 (pull_request) Successful in 2m53s
This commit is contained in:
parent
f3f156212d
commit
f91023ce0e
1 changed files with 5 additions and 5 deletions
|
@ -53,13 +53,13 @@ in
|
||||||
{ system.stateVersion = "25.05"; }
|
{ system.stateVersion = "25.05"; }
|
||||||
];
|
];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit
|
inherit sources;
|
||||||
sources
|
lib = infra-nixpkgs.lib // {
|
||||||
lib
|
inherit (lib) extra;
|
||||||
;
|
};
|
||||||
modulesPath = infra-modulesPath;
|
modulesPath = infra-modulesPath;
|
||||||
pkgs = infra-nixpkgs;
|
pkgs = infra-nixpkgs;
|
||||||
name = "<nodeName>";
|
name = "nodeName";
|
||||||
nodeMeta = {
|
nodeMeta = {
|
||||||
nix-modules = [ ];
|
nix-modules = [ ];
|
||||||
admins = [ ];
|
admins = [ ];
|
||||||
|
|
Loading…
Reference in a new issue