1
Files
flake-nixinator/lib/0_template/libTEMPLATE.nix

9 lines
85 B
Nix

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