diff options
| author | Alejandro Soto <alejandro@34project.org> | 2026-01-30 00:42:28 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2026-01-31 11:25:56 -0600 |
| commit | 57c2ec0f3a2672cf0965c1fe70f4a4f08bab2718 (patch) | |
| tree | 99c7a53a4a2cbc4372d172f37973d450f16f83a5 /modules/socialpredict/default.nix | |
| parent | 603b2f5e2ddf027155e9b0e4e1124408b7954d7b (diff) | |
trivionomicon: socialpredict: initial commit
Diffstat (limited to 'modules/socialpredict/default.nix')
| -rw-r--r-- | modules/socialpredict/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/socialpredict/default.nix b/modules/socialpredict/default.nix new file mode 100644 index 0000000..f821bf4 --- /dev/null +++ b/modules/socialpredict/default.nix @@ -0,0 +1,11 @@ +{ + config, + doctrine, + ... +}: +doctrine.lib.mkModule { + inherit config; + name = "socialpredict"; + options = ./options.nix; + sys = ./sys.nix; +} |
