We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetchLFS=true
fetchgit
Hi, since fetchFromGitea doesn't seem to be supported, using fetchgit does the job. Though if the repository uses LFS the returned hash isn't correct.
fetchFromGitea
For example, the following wouldn't be correctly updated by update-nix-fetchgit:
update-nix-fetchgit
pages = pkgs.fetchgit { url = "https://gitea.mydomain.com/owner/repo"; fetchLFS = true; rev = "_"; # some_branch sha256 = "_"; <-- will correspond to the sha256 of the uninitialized LFS repository };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, since
fetchFromGitea
doesn't seem to be supported, usingfetchgit
does the job.Though if the repository uses LFS the returned hash isn't correct.
For example, the following wouldn't be correctly updated by
update-nix-fetchgit
:The text was updated successfully, but these errors were encountered: