mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 22:30:13 +00:00
more fixes to pkgs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, writeShellApplication }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
writeShellApplication {
|
||||
name = "ocr";
|
||||
runtimeInputs = [ pkgs.tesseract ];
|
||||
text = builtins.readFile ./ocr.sh;
|
||||
|
Reference in New Issue
Block a user