mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
build(nix): add git-lfs setup instructions for nix into git-lfs check abort message
This commit is contained in:
parent
09a6d708b5
commit
abad01ee87
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user