From 3d1b9adf006e4ee152ed8122758b67febe31d320 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Sat, 14 Jan 2023 16:13:29 +0100 Subject: [PATCH] added wrk to nix shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 60e4c9b..efdc414 100644 --- a/shell.nix +++ b/shell.nix @@ -9,5 +9,5 @@ } } : pkgs.mkShell { - nativeBuildInputs = [ pkgs.neovim-nightly pkgs.bat ]; + nativeBuildInputs = [ pkgs.neovim-nightly pkgs.bat pkgs.wrk]; }