build(nix): add git-lfs setup instructions for nix into git-lfs check abort message

This commit is contained in:
Yusuf Bera Ertan 2021-04-17 15:08:00 +03:00
parent 09a6d708b5
commit abad01ee87
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -16,6 +16,8 @@
- This repository was not cloned from the primary GitLab mirror. - This repository was not cloned from the primary GitLab mirror.
- The GitHub mirror does not support LFS. - The GitHub mirror does not support LFS.
See the book at https://book.veloren.net/ for details. See the book at https://book.veloren.net/ for details.
Run `nix-shell -p git git-lfs --run "git lfs install --local && git lfs fetch && git lfs checkout"`
or `nix shell nixpkgs#git-lfs nixpkgs#git -c sh -c "git lfs install --local && git lfs fetch && git lfs checkout"`.
''; '';
# Format number of seconds in the Unix epoch as %Y-%m-%d-%H:%M. # Format number of seconds in the Unix epoch as %Y-%m-%d-%H:%M.