fix: fix wrong script getting updated.

This commit is contained in:
CronyAkatsuki 2025-03-31 17:39:11 +02:00
parent 7f7a5ffb50
commit 7dc6f9f65f

View File

@ -21,7 +21,7 @@ with pkgs;
--prefix PATH : ${lib.makeBinPath [mame-tools]}
# Add dependencies to the runtime for my iso2chd script
wrapProgram $out/bin/cue2chd \
wrapProgram $out/bin/iso2chd \
--prefix PATH : ${lib.makeBinPath [mame-tools]}
'';
}