mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
remove couchepotato
Upstream is dead and it has been removed from nixpkgs
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user