adding in meson
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user