fix: fix colmena with meta module

This commit is contained in:
Julien Malka 2024-08-14 13:12:49 +02:00
parent c24140d54c
commit 3f2bcbde15
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -48,7 +48,7 @@ let
colmena = {
meta = {
nodeNixpkgs = builtins.mapAttrs (
n: _: import lib.luj.machines.${n}.nixpkgs_version
n: _: import lib.snowfield.${n}.nixpkgs_version
) nixosConfigurations;
nodeSpecialArgs = builtins.mapAttrs (
n: v: v._module.specialArgs // { lib = mkLibForMachine n; }