mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
refactor: reorganize docs and aux files
This commit is contained in:
parent
0ac841e6fa
commit
7160e5adbd
9 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ rec {
|
|||
|
||||
postInstall = ''
|
||||
mkdir -p $out/etc/systemd/system
|
||||
substitute ./blahd/blahd.example.service $out/etc/systemd/system/blahd.service \
|
||||
substitute ./contrib/blahd.example.service $out/etc/systemd/system/blahd.service \
|
||||
--replace-fail '/usr/bin/blahd' "$out/bin/blahd"
|
||||
'';
|
||||
|
||||
|
@ -77,7 +77,7 @@ rec {
|
|||
|
||||
nixosModules = rec {
|
||||
default = blahd;
|
||||
blahd = import ./nix/module.nix {
|
||||
blahd = import ./contrib/module.nix {
|
||||
inherit self;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue