From 7dc6f9f65fc2b2748d907bd73d01ef898dea5f37 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Mon, 31 Mar 2025 17:39:11 +0200 Subject: [PATCH] fix: fix wrong script getting updated. --- modules/cross-platform/home-manager/scripts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]} ''; }