mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
4 lines
96 B
Nix
4 lines
96 B
Nix
|
|
{nixlet-lib, ...}: {
|
||
|
|
config.nixlet.dependencies."example" = nixlet-lib.mkNixlet ../example;
|
||
|
|
}
|