-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
bugfetchingNetworking with the outside (non-Nix) world, input lockingNetworking with the outside (non-Nix) world, input locking
Description
Describe the bug
error:
… while fetching the input 'git+file:///tmp/repo'
error: opening Git repository "/tmp/repo": unsupported extension name extensions.refstorage
I can't find anything in git's release notes indicating reftable has become the default, but for some reason all my new git repos start to use reftable.
Steps To Reproduce
Clone a flake repo (to explicitly choose ref format, use git clone --ref-format=reftable), run nix build.
Expected behavior
Builds
Metadata
nix-env (Nix) 2.31.2
Additional context
Checklist
- checked latest Nix manual (source)
- checked open bug issues and pull requests for possible duplicates
Add 👍 to issues you find important.
Metadata
Metadata
Assignees
Labels
bugfetchingNetworking with the outside (non-Nix) world, input lockingNetworking with the outside (non-Nix) world, input locking