mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
fix: fix colmena with meta module
This commit is contained in:
parent
0a88cfa7e1
commit
1a054de96f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ let
|
||||||
colmena = {
|
colmena = {
|
||||||
meta = {
|
meta = {
|
||||||
nodeNixpkgs = builtins.mapAttrs (
|
nodeNixpkgs = builtins.mapAttrs (
|
||||||
n: _: import lib.luj.machines.${n}.nixpkgs_version
|
n: _: import lib.snowfield.${n}.nixpkgs_version
|
||||||
) nixosConfigurations;
|
) nixosConfigurations;
|
||||||
nodeSpecialArgs = builtins.mapAttrs (
|
nodeSpecialArgs = builtins.mapAttrs (
|
||||||
n: v: v._module.specialArgs // { lib = mkLibForMachine n; }
|
n: v: v._module.specialArgs // { lib = mkLibForMachine n; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue