mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 22:36:01 +00:00
Add git-lfs to the nix development shell
This commit is contained in:
parent
1befbefe05
commit
63cfebe79f
@ -5,6 +5,7 @@ mkShell {
|
||||
buildInputs = [
|
||||
figlet
|
||||
git
|
||||
git-lfs
|
||||
gnumake
|
||||
|
||||
# For the local simulation
|
||||
@ -12,6 +13,9 @@ mkShell {
|
||||
lsof # for killing processes by port
|
||||
killall # for killing processes manually
|
||||
curl # for working with the node APIs
|
||||
|
||||
python3
|
||||
mdbook
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
lsb-release
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user