Dee Anzorge
Dee Anzorge
It seems to be an issue with git2. A minimal example that reproduces this is: ```rust use git2::{Repository, IndexAddOption}; fn main() { let repo = Repository::open("./").unwrap(); let mut index =...
The volume of a liquid you're carrying is more tricky to figure out than the amount of charges, since you need to descend into menus/descriptions to see it. It's also...
Yes, the main issue right now is that the conversation option for "here's the anesthetic" only becomes available if you have 1000 charges of it in your inventory. If the...
Another workaround for this is to explicitly specify the port in your git remote, for example `ssh://[email protected]:1234/somerepo.git`. This seems to work with both git-bug and regular git.
Looks like it needs at least Nix 2.13 to build. It won't build with the flake as locked currently, or nixos-22.11, where `nix` points to 2.11, but it builds with...
An alternative would be to override the `nix` input to `nix_2_13`, but that'd be more hacky