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