diff --git a/flake.nix b/flake.nix index efa6190..9543f10 100644 --- a/flake.nix +++ b/flake.nix @@ -58,8 +58,9 @@ ]; cmakeFlags = [ - "-DSUNSHINE_ASSETS_DIR=${placeholder "out"}/etc/sunshine" - "-DSUNSHINE_CONFIG_DIR=${placeholder "out"}/etc/sunshine" + "-DCMAKE_INSTALL_PREFIX=${placeholder "out"}" + "-DSUNSHINE_ASSETS_DIR=share/sunshine" + "-DSUNSHINE_CONFIG_DIR=share/sunshine" ]; # patches = [ ./001-cmake-find-evdev.patch ];