forked from DGNum/infrastructure
fix(hive.nix): meta is a function now
This commit is contained in:
parent
8e629c63b9
commit
62d4ae298e
1 changed files with 1 additions and 1 deletions
2
hive.nix
2
hive.nix
|
@ -35,7 +35,7 @@ let
|
|||
keysRoot = ./keys;
|
||||
};
|
||||
|
||||
meta = (import ./meta).meta lib;
|
||||
meta = (import ./meta) lib;
|
||||
};
|
||||
in
|
||||
# nodes = builtins.attrNames metadata.nodes;
|
||||
|
|
Loading…
Reference in a new issue