1
0
Fork 0
myflake/lib/default.nix

5 lines
No EOL
35 B
Nix

{ lib }:
{
toto = a: b: a + b;
}