completely ripping off fufexan in hopes of fixing things

This commit is contained in:
cnst
2024-07-30 21:41:28 +02:00
parent d0cf745c41
commit 7e6787ff38
17 changed files with 549 additions and 249 deletions

13
nixos/pkgs/default.nix Normal file
View File

@@ -0,0 +1,13 @@
{
systems = ["x86_64-linux"];
perSystem = {
pkgs,
inputs',
...
}: {
packages = {
wl-ocr = pkgs.callPackage ./wl-ocr {};
};
};
}