trivionomicon/pkgs: add snapborg

This commit is contained in:
Alejandro Soto 2025-08-31 19:20:13 -06:00
parent 49dae97575
commit 427a928f6c
3 changed files with 64 additions and 0 deletions

View file

@ -5,5 +5,6 @@ in {
override = {};
athena-bccr = callPackage ./athena-bccr {};
snapborg = final.python3Packages.callPackage ./snapborg {};
spliit = callPackage ./spliit {};
}