Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Oct 3, 2023
1 parent 336b78f commit fbba83b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fbba83b

Please sign in to comment.