os/pkgs/scan2paperless.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
146 B
Nix
Raw Permalink Normal View History

2023-01-28 22:27:52 +01:00
self:
with self; ''
export PATH=${lib.makeBinPath [pkgs.coreutils pkgs.sane-frontends pkgs.sane-backends pkgs.ghostscript pkgs.imagemagick]}
2022-03-10 21:32:21 +01:00
''