Merge commit '974154ce2d'
This commit is contained in:
commit
c34f32afa8
9 changed files with 381 additions and 29 deletions
11
trivionomicon/modules/socialpredict/default.nix
Normal file
11
trivionomicon/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