Skip to content

Commit a1b9dc2

Browse files
midirhee12maningreen
midirhee12
authored andcommitted
feat(nix shell): added git and jq
1 parent f5e393a commit a1b9dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ pkgs.mkShell {
44
packages = with pkgs; [
55
python313
66
poetry
7+
git
8+
jq
79
];
810

911
shellHook = ''

0 commit comments

Comments
 (0)