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"; }
|
{ 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