summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index bdee271343..1795dd4012 100644
--- a/shell.nix
+++ b/shell.nix
@@ -69,7 +69,7 @@ let inherit (nixroot) stdenv pkgs lib
exit 1
fi
cd cbuild
- ./mixxx --resourcePath res/ "$@"
+ ./mixxx --resourcePath ../res/ "$@"
'';
shell-debug = nixroot.writeShellScriptBin "debug" ''