1

Lib: Add library template

This commit is contained in:
2024-10-14 17:12:36 +02:00
parent 9c38d3834a
commit b79fe290c9

View File

@ -0,0 +1,8 @@
{
inputs,
pkgs,
lib,
...
}: rec {
templateLibFunction = args: "${args}";
}