mirror of
https://github.com/srid/rib.git
synced 2024-12-04 05:43:37 +03:00
8 lines
86 B
Nix
8 lines
86 B
Nix
{ root ? ./.
|
|
, name ? "doc"
|
|
, rib ? ../.
|
|
, ...
|
|
}:
|
|
|
|
import rib { inherit root name; }
|