Files
flake-nixinator/lib/0_template/libTEMPLATE.nix
T
2024-10-14 17:13:53 +02:00

9 lines
85 B
Nix

{
inputs,
pkgs,
lib,
...
}: rec {
templateLibFunction = args: "${args}";
}