1
0
Fork 0

Refactor + Add lib

This commit is contained in:
Florian RICHER 2024-04-12 15:37:11 +02:00
parent 36d81f2a30
commit b5168826bf
5 changed files with 14 additions and 8 deletions

5
lib/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ lib }:
{
toto = a: b: a + b;
}