aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.envrc2
-rw-r--r--shell.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/.envrc b/.envrc
index 051d09d..1d953f4 100644
--- a/.envrc
+++ b/.envrc
@@ -1 +1 @@
-eval "$(lorri direnv)"
+use nix
diff --git a/shell.nix b/shell.nix
index 73d03ef..1265723 100644
--- a/shell.nix
+++ b/shell.nix
@@ -18,6 +18,6 @@ in mkShell {
] ++ (with llvmPackages; [
clang llvm
libclang.lib
- lldClang
+ bintools
]);
}