chore: Move //fun/tvldb -> //fun/paroxysm
Say ~my~ its name! Change-Id: I7890318aef984af0f6bc011de32282f16e01cbb3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1483 Tested-by: BuildkiteCI Reviewed-by: eta <eta@theta.eu.org>
This commit is contained in:
parent
ef54f5da9f
commit
82ba28f197
18 changed files with 10 additions and 9 deletions
|
@ -41,8 +41,9 @@ in lib.fix (self: {
|
||||||
amsterdump
|
amsterdump
|
||||||
clbot
|
clbot
|
||||||
gemma
|
gemma
|
||||||
|
paroxysm
|
||||||
|
paroxysm.docker
|
||||||
quinistry
|
quinistry
|
||||||
tvldb
|
|
||||||
watchblob
|
watchblob
|
||||||
wcl
|
wcl
|
||||||
];
|
];
|
||||||
|
|
0
fun/tvldb/Cargo.lock → fun/paroxysm/Cargo.lock
generated
0
fun/tvldb/Cargo.lock → fun/paroxysm/Cargo.lock
generated
|
@ -4,7 +4,7 @@ let
|
||||||
pkgs = depot.third_party;
|
pkgs = depot.third_party;
|
||||||
in
|
in
|
||||||
pkgs.naersk.buildPackage {
|
pkgs.naersk.buildPackage {
|
||||||
name = "tvldb";
|
name = "paroxysm";
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
buildInputs = [pkgs.openssl pkgs.pkgconfig pkgs.postgresql.lib];
|
buildInputs = [pkgs.openssl pkgs.pkgconfig pkgs.postgresql.lib];
|
7
fun/paroxysm/docker/default.nix
Normal file
7
fun/paroxysm/docker/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ depot, ... }:
|
||||||
|
|
||||||
|
depot.third_party.dockerTools.buildLayeredImage {
|
||||||
|
name = "paroxysm";
|
||||||
|
contents = [ depot.fun.paroxysm ];
|
||||||
|
config.Entrypoint = [ "${depot.fun.paroxysm}/bin/paroxysm" ];
|
||||||
|
}
|
|
@ -1,7 +0,0 @@
|
||||||
{ depot, ... }:
|
|
||||||
|
|
||||||
depot.third_party.dockerTools.buildLayeredImage {
|
|
||||||
name = "tvldb";
|
|
||||||
contents = [ depot.fun.tvldb ];
|
|
||||||
config.Entrypoint = [ "${depot.fun.tvldb}/bin/paroxysm" ];
|
|
||||||
}
|
|
Loading…
Reference in a new issue