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
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
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
}