Skip to content

Commit

Permalink
Add git to the nix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewbadour committed Jul 10, 2024
1 parent 489a2f3 commit 3b51021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
pkgs.mkShell
{
nativeBuildInputs = with pkgs; [
git,
nodejs
];
}

0 comments on commit 3b51021

Please sign in to comment.