working(ish) upload

This commit is contained in:
2026-03-26 15:59:54 +01:00
parent 2d19e3b5d7
commit cd030a6c44
21 changed files with 651 additions and 126 deletions

View File

@ -5,6 +5,12 @@ pkgs.mkShell {
];
nativeBuildInputs = with pkgs;[
openssl
glib
gdk-pixbuf
pango
atk
xdo
lld
];
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
}