completely ripping off fufexan in hopes of fixing things
This commit is contained in:
13
nixos/pkgs/default.nix
Normal file
13
nixos/pkgs/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
systems = ["x86_64-linux"];
|
||||
|
||||
perSystem = {
|
||||
pkgs,
|
||||
inputs',
|
||||
...
|
||||
}: {
|
||||
packages = {
|
||||
wl-ocr = pkgs.callPackage ./wl-ocr {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user