Merge commit 'b424cc1c1c
'
This commit is contained in:
commit
9f38ea87a6
7 changed files with 171 additions and 20 deletions
13
trivionomicon/modules/soju/default.nix
Normal file
13
trivionomicon/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