trivionomicon: socialpredict: initial commit

This commit is contained in:
Alejandro Soto 2026-01-30 00:42:28 -06:00
parent b802d4a2c8
commit 13ff88f7b7
6 changed files with 284 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
config,
doctrine,
...
}:
doctrine.lib.mkModule {
inherit config;
name = "socialpredict";
options = ./options.nix;
sys = ./sys.nix;
}