nix: fix quote

This commit is contained in:
Soramane 2025-08-27 14:50:39 +10:00
parent 9960cfa059
commit 49bc0bdfee

View file

@ -81,7 +81,7 @@ in
cmakeFlags = [
(lib.cmakeFeature "INSTALL_LIBDIR" "${placeholder "out"}/lib")
(lib.cmakeFeature "INSTALL_QMLDIR" qt6.qtbase.qtQmlPrefix)
(lib.cmakeFeature "INSTALL_QSCONFDIR" "${placeholder "out"}/share/caelestia-shell)
(lib.cmakeFeature "INSTALL_QSCONFDIR" "${placeholder "out"}/share/caelestia-shell")
(lib.cmakeFeature "GIT_REVISION" rev)
];