fix(dgn-lib): Switch to new source path
This commit is contained in:
parent
63090df1a4
commit
5f473104bf
1 changed files with 1 additions and 1 deletions
2
hive.nix
2
hive.nix
|
@ -2,7 +2,7 @@ let
|
|||
sources = import ./npins;
|
||||
metadata = import ./meta;
|
||||
|
||||
lib = import (sources.nix-lib + "/trivial.nix");
|
||||
lib = import (sources.nix-lib + "/src/trivial.nix");
|
||||
|
||||
mkNode = node: { name, nodes, ... }: {
|
||||
# Import the base configuration for each node
|
||||
|
|
Loading…
Reference in a new issue