ch-runner: run CH in bwrap

Albeit rather relaxed
This commit is contained in:
Else Someone 2026-02-23 06:35:32 +02:00
parent a3ed9cb4ea
commit 04befb6328
3 changed files with 87 additions and 52 deletions

View file

@ -30,6 +30,8 @@ stdenv.mkDerivation {
rustc
];
buildInputs = [ ch-proxy ];
meta.mainProgram = "taps";
}
# { lib, rustPlatform }:
#