mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
nix: add git-lfs setup to shell hook for dev shell
This commit is contained in:
parent
e0096a1a91
commit
515e444e3d
@ -20,5 +20,6 @@ mkShell {
|
|||||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc=
|
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc=
|
||||||
"
|
"
|
||||||
export LD_LIBRARY_PATH=${common.neededLibPathsVoxygen}
|
export LD_LIBRARY_PATH=${common.neededLibPathsVoxygen}
|
||||||
|
git lfs install --local && git lfs fetch && git lfs checkout
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user