diff --git a/flake.nix b/flake.nix index a95be2b796..2256317b06 100644 --- a/flake.nix +++ b/flake.nix @@ -64,7 +64,7 @@ nativeBuildInputs = (oldAttrs.nativeBuildInputs or []) ++ [pkgs.makeWrapper]; VELOREN_USERDATA_STRATEGY = "system"; preConfigure = '' - substituteInPlace src/audio/soundcache.rs \ + substituteInPlace voxygen/src/audio/soundcache.rs \ --replace \ "../../../assets/voxygen/audio/null.ogg" \ "${./assets/voxygen/audio/null.ogg}"