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