diff --git a/lib/0_template/libTEMPLATE.nix b/lib/0_template/libTEMPLATE.nix new file mode 100644 index 00000000..310f8171 --- /dev/null +++ b/lib/0_template/libTEMPLATE.nix @@ -0,0 +1,8 @@ +{ + inputs, + pkgs, + lib, + ... +}: rec { + templateLibFunction = args: "${args}"; +}