From 84cd315aa06f03c53b71fcef2456dab3774b5811 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:09:55 +1000 Subject: nix: fixes --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 493723a..df68a37 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ shellHook = '' cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug cmake --build build - export CAELESTIA_LIB_DIR="$PWD/build/assets/cpp"; + export CAELESTIA_LIB_DIR="$PWD/build/lib"; export QML2_IMPORT_PATH="$PWD/build/qml"; ''; }; -- cgit v1.2.3-freya