properly add modules to flake
This commit is contained in:
parent
0568e2990b
commit
5523fac8d9
2 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
outputs = { self, ... }: {
|
||||
overlays.default = final: prev: {
|
||||
modules = {
|
||||
matrix-alertmanager-receiver = import ./modules/matrix-alertmanager-receiver.nix;
|
||||
};
|
||||
|
||||
hacompanion = prev.callPackage ./hacompanion { };
|
||||
cpthook = prev.callPackage ./cpthook { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue