1

Compare commits

..

1 Commits

Author SHA1 Message Date
63f71b0936 Config: Add QML_IMPORT_PATH to project flake 2025-07-01 15:30:57 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -200,9 +200,6 @@ 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
# =========================================================================================

View File

@ -703,7 +703,7 @@ in {
lua = ["luacheck"];
markdown = ["vale"];
nix = ["statix"];
python = ["ruff" "flake8"]; # TODO: "pylint" can't resolve some imports (e.g. PySide6.QtGui)
python = ["ruff" "flake8" "pylint"];
tex = ["chktex"];
# rust = ["clippy"]; # Not supported, but integrated through rustaceanvim
text = ["vale"];