From 49bc0bdfeeaccf69c808e29f3e945318b55b8759 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:50:39 +1000 Subject: nix: fix quote --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index cf4482a..60579bf 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -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) ]; -- cgit v1.2.3-freya