From 8d5a6b7e2d96ca98593da2f9b18cf4c358ca8e63 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 28 Jul 2023 10:02:23 -0700 Subject: [PATCH] adding in meson --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 1a3727e..2b74762 100644 --- a/shell.nix +++ b/shell.nix @@ -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 = ''