fixup! taps: wip: init

This commit is contained in:
Else, Someone 2026-01-22 14:29:45 +02:00
parent ad06eaea1c
commit a75d0b8e5d
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 = ./.;