From c41b0eb632b9ebfeecf0ffc7b90552a2e7ea1fd7 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 1 Jul 2025 15:45:58 +0200 Subject: [PATCH] Config: Define QML_IMPORT_PATH in project flake --- config/flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/flake.nix b/config/flake.nix index 4bc2327c..ce34712c 100644 --- a/config/flake.nix +++ b/config/flake.nix @@ -200,6 +200,9 @@ rec { # Dynamic libraries from buildinputs: # LD_LIBRARY_PATH = nixpkgs.lib.makeLibraryPath buildInputs; + # QT imports to use with "qmlls -E" + # QML_IMPORT_PATH = "${pkgs.qt6.full}/lib/qt-6/qml"; + # ========================================================================================= # Define shell environment # =========================================================================================