remove couchepotato

Upstream is dead and it has been removed from nixpkgs
This commit is contained in:
zimbatm
2022-01-04 13:28:03 +01:00
parent 98182ffc0e
commit d0ece3e2a4
2 changed files with 0 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
{ buildCLIImage
, couchpotato
}:
buildCLIImage {
drv = couchpotato;
# TODO: expose 5050
# TODO: create /couchpotato.sh entry-point
# TODO: run as non-root user
# TODO: /data volume
}