flake.nix: add libllvm to devshell
Build and test / build-freebsd-cross (push) Failing after 1m2s
Build and test / build (push) Successful in 1m4s
Build and test / test (push) Successful in 1m13s

This commit is contained in:
2026-06-11 17:42:05 +09:00
parent 10c8780027
commit b39e41f294
+1
View File
@@ -35,6 +35,7 @@
devShells.${system}.default = pkgs.mkShell.override { stdenv = pkgs.clangStdenv; } {
packages = with pkgs; [
clang-tools
libllvm
pkg-config
];