properly add modules to flake

This commit is contained in:
fleaz 2024-07-10 00:06:00 +02:00
parent 0568e2990b
commit 5523fac8d9
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 5 additions and 3 deletions

View file

@ -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 { };