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

This commit is contained in:
catvayor 2025-01-04 12:48:32 +01:00 committed by sinavir
parent f3f156212d
commit f91023ce0e
No known key found for this signature in database

View file

@ -53,13 +53,13 @@ in
{ system.stateVersion = "25.05"; }
];
specialArgs = {
inherit
sources
lib
;
inherit sources;
lib = infra-nixpkgs.lib // {
inherit (lib) extra;
};
modulesPath = infra-modulesPath;
pkgs = infra-nixpkgs;
name = "<nodeName>";
name = "nodeName";
nodeMeta = {
nix-modules = [ ];
admins = [ ];