summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index fb1e420d..3cd44ec8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,7 +35,6 @@
treefmt-nix,
fenix,
crane,
- flake-compat,
...
}:
flake-parts.lib.mkFlake { inherit inputs; } {
@@ -163,8 +162,6 @@
config.treefmt.build.devShell
];
- LIBCLANG_PATH = "${pkgs.clang.cc.lib}/lib";
-
# here go packages that aren't required for builds but are used for
# development, and might need to be version matched with build
# dependencies (e.g. clippy or rust-analyzer).
@@ -174,6 +171,7 @@
clang-tools
clippy
rust-analyzer
+ rustc
];
};