pkgs: add spliit

This commit is contained in:
Alejandro Soto 2025-06-05 19:46:06 -06:00
parent 1c2b67ba0c
commit 12cd697209
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
2 changed files with 66 additions and 0 deletions

View file

@ -5,4 +5,6 @@ in {
lib = callPackage ./lib {};
override = {};
spliit = callPackage ./spliit {};
}