about summary refs log tree commit diff
path: root/cavestoryplus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cavestoryplus.nix')
-rw-r--r--cavestoryplus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/cavestoryplus.nix b/cavestoryplus.nix
index 474c8a12..6f343c0c 100644
--- a/cavestoryplus.nix
+++ b/cavestoryplus.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     ];
   in ''
     patchelf \
-      --set-interpreter "$(cat $NIX_GCC/nix-support/dynamic-linker)" \
+      --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
       --set-rpath "${rpath}" CaveStory+_64
   '';