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
Describe the bug
Certain Nix Flake operations will fail when a repository uses Git’s split-index feature.
This is most likely an upstream issue, cf. libgit2/libgit2#6132. Not sure if you want to keep the issue around, here, as well. Feel free to close.
Steps To Reproduce
git init $TMPDIR/example cd $TMPDIR/example git config --local core.splitIndex yes nix flake init nix flake update
Observe that this results in:
error: getting working directory status: unsupported mandatory extension: 'link'
Expected behavior
nix flake update succeeds
nix flake update
nix-env --version output
nix-env --version
nix-env (Nix) 2.24.9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Certain Nix Flake operations will fail when a repository uses Git’s split-index feature.
This is most likely an upstream issue, cf. libgit2/libgit2#6132. Not sure if you want to keep the issue around, here, as well. Feel free to close.
Steps To Reproduce
Observe that this results in:
Expected behavior
nix flake update
succeedsnix-env --version
outputThe text was updated successfully, but these errors were encountered: