adding in meson

This commit is contained in:
talksik
2023-07-28 10:02:23 -07:00
parent 9c699b80f6
commit 8d5a6b7e2d
+2
View File
@@ -3,6 +3,7 @@
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ buildInputs = [
pkgs.which pkgs.which
pkgs.curl
pkgs.htop pkgs.htop
pkgs.zlib pkgs.zlib
pkgs.git pkgs.git
@@ -22,6 +23,7 @@ pkgs.mkShell {
pkgs.cargo pkgs.cargo
pkgs.rustup pkgs.rustup
pkgs.tldr pkgs.tldr
pkgs.meson
]; ];
shellHook = '' shellHook = ''