diff --git a/modules/cross-platform/home-manager/scripts/default.nix b/modules/cross-platform/home-manager/scripts/default.nix index 20ab53c..af7386d 100644 --- a/modules/cross-platform/home-manager/scripts/default.nix +++ b/modules/cross-platform/home-manager/scripts/default.nix @@ -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]} ''; }