From fbba83b7c15f16d78449b8538ef013fd51198e2a Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 3 Oct 2023 14:20:46 +0200 Subject: [PATCH] add git --- shell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 86a0fc3..58e187c 100644 --- a/shell.nix +++ b/shell.nix @@ -14,9 +14,10 @@ let in stdenv.mkDerivation { name = "node"; buildInputs = [ - nodejs - yarn - nix_pkgs_with_hugo_106.hugo + git + nodejs + yarn + nix_pkgs_with_hugo_106.hugo ]; shellHook = '' export PATH="$PWD/node_modules/.bin/:$PATH"