Lib: Add library template

This commit is contained in:
2024-10-14 17:13:53 +02:00
parent 9c38d3834a
commit b79fe290c9
+8
View File
@@ -0,0 +1,8 @@
{
inputs,
pkgs,
lib,
...
}: rec {
templateLibFunction = args: "${args}";
}