5 lines
146 B
Nix
5 lines
146 B
Nix
self:
|
|
with self; ''
|
|
export PATH=${lib.makeBinPath [pkgs.coreutils pkgs.sane-frontends pkgs.sane-backends pkgs.ghostscript pkgs.imagemagick]}
|
|
''
|