feat(users/Profpatsch): init whatcd-resolver

Change-Id: Ieb377fb8caa60e716703153dfeca5173f9a6779d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8830
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
This commit is contained in:
Profpatsch 2023-06-19 15:56:32 +02:00
parent 5daa31db3b
commit 07b976ccd8
15 changed files with 1086 additions and 0 deletions

View file

@ -18,6 +18,8 @@ pkgs.mkShell {
h.monad-logger
h.pa-field-parser
h.pa-label
h.pa-json
h.pa-pretty
h.ihp-hsx
h.PyF
h.foldl
@ -46,13 +48,23 @@ pkgs.mkShell {
h.nicify-lib
h.hspec
h.hspec-expectations-pretty-diff
h.tmp-postgres
h.postgresql-simple
h.resource-pool
]))
pkgs.rustup
pkgs.pkg-config
pkgs.fuse
pkgs.postgresql
];
WHATCD_RESOLVER_TOOLS = pkgs.linkFarm "whatcd-resolver-tools" [
{
name = "pg_format";
path = "${pkgs.pgformatter}/bin/pg_format";
}
];
RUSTC_WRAPPER =
let