Lib: Add library template
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}: rec {
|
||||||
|
templateLibFunction = args: "${args}";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user