Skip to content

Commit e2c4308

Browse files
committed
doc: explain fork changes in readme
1 parent 0b078b2 commit e2c4308

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ You can
1010

1111
➡️ [Read more](https://nix-community.github.io/crate2nix/) ⬅️
1212

13+
## Timewave Fork
14+
This fork of crate2nix includes various fixes and features. Many thanks to @hallettj for the first two.
15+
- Fix references to git dependencies with inherited configuration. See https://github.com/nix-community/crate2nix/pull/393.
16+
- Fix incorrect resolution of aliased git dependencies. See https://github.com/nix-community/crate2nix/pull/391.
17+
- More robust handling of finding crates within git workspaces. See https://github.com/nix-community/crate2nix/pull/394.
18+
###
19+
- Support target_has_atomic configuration within Cargo.toml. See https://github.com/timewave-computer/crate2nix/commit/14298635aa8e6e35bad52fdf4d7aa38ee944769b.
20+
- Add pname and description to crates. See https://github.com/timewave-computer/crate2nix/commit/c46dbc3d15a1ccebb7e75a2bf5901dc32a8852c4.
21+
- See commit history for the rest of the changes.
22+
23+
24+
1325
[![tests-nix-linux](https://github.com/nix-community/crate2nix/actions/workflows/tests-nix-linux.yml/badge.svg)](https://github.com/nix-community/crate2nix/actions/workflows/tests-nix-linux.yml)
1426
[![tests-nix-macos](https://github.com/nix-community/crate2nix/actions/workflows/tests-nix-macos.yml/badge.svg)](https://github.com/nix-community/crate2nix/actions/workflows/tests-nix-macos.yml)
1527
[![Crate](https://img.shields.io/crates/v/crate2nix.svg)](https://crates.io/crates/crate2nix)

0 commit comments

Comments
 (0)