This commit is contained in:
Mars 2025-05-08 13:37:35 -04:00
parent e127a89e06
commit 7da5a8fd18
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895

View file

@ -128,7 +128,11 @@
devShell = muslPkgs.mkShell.override {inherit stdenv;} {
packages =
(with pkgs; [bear cmake])
(with pkgs; [
bear
cachix
cmake
])
++ (with muslPkgs; [
llvmPackages_20.clang-tools
meson