feat: add script for converting iso to chd.
This commit is contained in:
parent
f1c37c598f
commit
6276e0b53d
2 changed files with 11 additions and 0 deletions
|
@ -19,5 +19,9 @@ with pkgs;
|
|||
# Add dependencies to the runtime for my cue2chd script
|
||||
wrapProgram $out/bin/cue2chd \
|
||||
--prefix PATH : ${lib.makeBinPath [mame-tools]}
|
||||
|
||||
# Add dependencies to the runtime for my iso2chd script
|
||||
wrapProgram $out/bin/cue2chd \
|
||||
--prefix PATH : ${lib.makeBinPath [mame-tools]}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue