1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

added wrk to nix shell

This commit is contained in:
Rene Schallner 2023-01-14 16:13:29 +01:00
parent 9186bb58ec
commit 3d1b9adf00

View file

@ -9,5 +9,5 @@
}
} :
pkgs.mkShell {
nativeBuildInputs = [ pkgs.neovim-nightly pkgs.bat ];
nativeBuildInputs = [ pkgs.neovim-nightly pkgs.bat pkgs.wrk];
}