summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-29 14:09:55 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-29 14:09:55 +1000
commit84cd315aa06f03c53b71fcef2456dab3774b5811 (patch)
tree3e88b355be08bf308e64bd472f6e1d98e937de1a /flake.nix
parentnix: better nix develop + refactor (#490) (diff)
downloadcaelestia-shell-84cd315aa06f03c53b71fcef2456dab3774b5811.tar.gz
caelestia-shell-84cd315aa06f03c53b71fcef2456dab3774b5811.tar.bz2
caelestia-shell-84cd315aa06f03c53b71fcef2456dab3774b5811.zip
nix: fixes
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";
'';
};