fix(compute01/extranix): use unstable lib
This commit is contained in:
parent
18b7e753c7
commit
2cf2fa897a
1 changed files with 5 additions and 5 deletions
|
@ -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 = [ ];
|
||||
|
|
Loading…
Reference in a new issue