Removed pruning, added git to dev shell

This commit is contained in:
jeirmeister 2025-08-01 11:46:30 -07:00
parent 1e77184b55
commit 4aa1f8bd61
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ pkgs.mkShell {
bitcoin # Bitcoin Core CLI tools (bitcoind, bitcoin-cli)
curl # For HTTP API testing
jq # For manipulating test output
git
# dotnet-sdk # IF you develop/plugins for NBXplorer, uncomment this
];