nix-community / lorri

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Apache License 2.0
663 stars 24 forks source link

Vendor human panic #24

Closed Profpatsch closed 3 years ago

Profpatsch commented 3 years ago

Fixes #21

I used git subtree add --prefix vendor/human-panic https://github.com/rust-cli/human-panic master to vendor the current master of the human-panic repo.

This should allow us to work on it like on upstream, while also being able to submit changes upstream, and potentially remove it again if upstream catches up.

Profpatsch commented 3 years ago

People have a strange aversion to foreign commits in their trees. I don’t get it, but whatever floats people’s boats. :)

Profpatsch commented 3 years ago

Argh, clippy for some reason still uses a nightly version; I thought we had that fixed, but maybe it fetches its database from some URL‽

Profpatsch commented 3 years ago

Anyway, we can start modifying human-panic now.