fix(compute01/extranix): use unstable lib

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