-
Notifications
You must be signed in to change notification settings - Fork 26
allow git to be not managed by fleek #200
Comments
This one is tricky, because fleek's configuration has a lot of dependencies on git. If we remove git from the install, we will have to remove all the git configuration from the generated flake as well. |
Yeah, that makes sense. I'd be open to attempt create an MR for whatever interface you'd prefer for managing package version / git version / etc. All id like is a way to manage git version specifically. Also understandable if you'd just like to punt on it -- it does make rust development frustrating but I have work around on my end (temporarily renaming the .git folder). |
If you were using home-manager directly how would you accomplish this? |
fixed by #214 |
To be honest, no idea how I'd do this, but #214 looks perfect. Thanks! |
Is your feature request related to a problem? Please describe.
Currently git 2.40 has some buggy behaviour that emerges with rust, see arxanas/git-branchless#894 and libgit2/libgit2#6531
Describe the solution you'd like
Allowing git to be not managed by fleek -- this is a bit of a toe stubber and being able to have a system git used would be nice
Describe alternatives you've considered
Having git version be able to be tightly controlled by fleek e.g, being able to rollback to git 2.39.2 would work, however this doesn't seem to be a natural use case of nix
The text was updated successfully, but these errors were encountered: