fixup! taps: wip: init

This commit is contained in:
Else, Someone 2026-01-22 14:29:45 +02:00 committed by Else Someone
parent 8bbafe0f0a
commit 564913c123
7 changed files with 57 additions and 49 deletions

View file

@ -8,6 +8,7 @@
stdenv.mkDerivation {
pname = "ch-proxy";
version = "0.0.0";
outputs = [ "out" "lib" ];
nativeBuildInputs = [
meson
ninja
@ -19,6 +20,8 @@ stdenv.mkDerivation {
fs.toSource {
fileset = fs.unions [
./proxy.c
./sendfd.c
./sendfd.h
./meson.build
];
root = ./.;