forked from pub-solar/os
4 lines
148 B
Nix
4 lines
148 B
Nix
|
self: with self; ''
|
||
|
export PATH=${lib.makeBinPath [ pkgs.coreutils pkgs.sane-frontends pkgs.sane-backends pkgs.ghostscript pkgs.imagemagick ]}
|
||
|
''
|