mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-11 22:00:09 +01:00
fix(loader): fix infinite recursion oops
This commit is contained in:
parent
3406fdda5b
commit
519ed97c97
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
isDir = l.pathExists blockP.dir;
|
||||
|
||||
signature = let
|
||||
cell = cell // {__cr = [cellName cellBlock.name];};
|
||||
updatedCell = cell // {__cr = [cellName cellBlock.name];};
|
||||
additionalInputs =
|
||||
if l.pathExists cellP.flake
|
||||
then
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
}).outputs
|
||||
else {};
|
||||
in
|
||||
importSignatureFor system cell cells additionalInputs;
|
||||
importSignatureFor system updatedCell cells additionalInputs;
|
||||
|
||||
import' = importPath: let
|
||||
block = import importPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue