meow
This commit is contained in:
parent
e127a89e06
commit
7da5a8fd18
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue