forked from fabian/nix
trivionomicon: socialpredict: initial commit
This commit is contained in:
parent
b802d4a2c8
commit
13ff88f7b7
6 changed files with 284 additions and 0 deletions
11
modules/socialpredict/default.nix
Normal file
11
modules/socialpredict/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
config,
|
||||
doctrine,
|
||||
...
|
||||
}:
|
||||
doctrine.lib.mkModule {
|
||||
inherit config;
|
||||
name = "socialpredict";
|
||||
options = ./options.nix;
|
||||
sys = ./sys.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue