fix(compute01/extranix): use unstable lib
Some checks failed
Check workflows / check_workflows (pull_request) Successful in 2m9s
Check meta / check_meta (pull_request) Successful in 2m10s
Check meta / check_dns (pull_request) Successful in 2m10s
Build all the nodes / ap01 (pull_request) Successful in 9m19s
Build all the nodes / netcore02 (pull_request) Successful in 35s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m59s
Build all the nodes / tower01 (pull_request) Successful in 2m26s
Build all the nodes / rescue01 (pull_request) Successful in 2m46s
Build all the nodes / vault01 (pull_request) Successful in 2m41s
Build the shell / build-shell (pull_request) Successful in 43s
Build all the nodes / web02 (pull_request) Failing after 1m19s
Run pre-commit on all files / pre-commit (pull_request) Failing after 39s
Run pre-commit on all files / pre-commit (push) Failing after 35s
Build all the nodes / web03 (pull_request) Successful in 1m51s
Build all the nodes / storage01 (pull_request) Successful in 4m52s
Build all the nodes / web01 (pull_request) Successful in 3m21s
Build all the nodes / geo01 (pull_request) Successful in 2m0s
Build all the nodes / geo02 (pull_request) Successful in 2m3s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m56s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m0s
Build all the nodes / bridge01 (pull_request) Successful in 1m46s
Build all the nodes / compute01 (pull_request) Failing after 2m47s

This commit is contained in:
catvayor 2025-01-04 12:48:32 +01:00 committed by sinavir
parent dbac2f6e5c
commit 3fa087f694
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 = [ ];