mirror of
https://gitlab.com/rensa-nix/core.git
synced 2026-02-02 07:15:08 +01:00
feat: add autodiscovery for cell blocks
This commit is contained in:
parent
e08c48b5db
commit
50d96d43ce
10 changed files with 251 additions and 45 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{lib}: let
|
||||
l = builtins // lib;
|
||||
utils = import ./utils {inherit l;};
|
||||
core = import ./core {inherit l utils;};
|
||||
compat = import ./compat {inherit l;};
|
||||
blocks = import ./blocks;
|
||||
utils = import ./utils {inherit l;};
|
||||
compat = import ./compat {inherit l;};
|
||||
core = import ./core {inherit l utils blocks;};
|
||||
in {
|
||||
inherit (compat) filter select get;
|
||||
inherit (core) build buildWith;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue