From 56b9cca532d199847000a075aad4d4a1504f2f71 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 28 Jun 2023 16:11:06 -0500 Subject: [PATCH] refactor --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index cf140ca..1b84a9c 100644 --- a/shell.nix +++ b/shell.nix @@ -60,7 +60,7 @@ mkShell rec { # }; RUST_BACKTRACE = 1; - LIBCLANG_PATH="${llvmPackages.libclang.lib}/lib"; + LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib"; # QT_SCALE_FACTOR = 1; # This creates the proper qt env so that plugins are found right. shellHook = ''