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;} {
|
devShell = muslPkgs.mkShell.override {inherit stdenv;} {
|
||||||
packages =
|
packages =
|
||||||
(with pkgs; [bear cmake])
|
(with pkgs; [
|
||||||
|
bear
|
||||||
|
cachix
|
||||||
|
cmake
|
||||||
|
])
|
||||||
++ (with muslPkgs; [
|
++ (with muslPkgs; [
|
||||||
llvmPackages_20.clang-tools
|
llvmPackages_20.clang-tools
|
||||||
meson
|
meson
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue