trivionomicon: soju: add soju to the trivionomicon
This commit is contained in:
parent
427a928f6c
commit
b424cc1c1c
3 changed files with 76 additions and 0 deletions
13
modules/soju/default.nix
Normal file
13
modules/soju/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
doctrine,
|
||||
...
|
||||
}:
|
||||
doctrine.lib.mkModule {
|
||||
inherit config;
|
||||
name = "soju";
|
||||
sys = ./sys.nix;
|
||||
options = ./options.nix;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue