Add changedetection.io pkg

This commit is contained in:
Dave Gallant
2021-05-17 01:14:09 -04:00
parent f1e1a77a39
commit 68993434d6
4 changed files with 86 additions and 0 deletions

View File

@@ -5,5 +5,6 @@ final: prev: {
rfd = prev.callPackage ./rfd { };
srv = prev.callPackage ./srv { };
vpngate = prev.callPackage ./vpngate { };
changedetection.io = prev.callPackage ./changedetection.io { };
}