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 {
buildInputs = [
pkgs.which
pkgs.curl
pkgs.htop
pkgs.zlib
pkgs.git
@@ -22,6 +23,7 @@ pkgs.mkShell {
pkgs.cargo
pkgs.rustup
pkgs.tldr
pkgs.meson
];
shellHook = ''