pkgs/athena-bccr: initial commit

This commit is contained in:
Alejandro Soto 2025-08-06 14:46:59 -06:00
parent a69723cf87
commit e72efe6b59
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
8 changed files with 425 additions and 2 deletions

View file

@ -2,9 +2,8 @@ final: prev:
with prev.lib; let
inherit (final) callPackage;
in {
lib = callPackage ./lib {};
override = {};
athena-bccr = callPackage ./athena-bccr {};
spliit = callPackage ./spliit {};
}