Skip to content

fix: remove Nix support#254

Merged
vmx merged 1 commit into
masterfrom
remove-nix-support
Dec 5, 2022
Merged

fix: remove Nix support#254
vmx merged 1 commit into
masterfrom
remove-nix-support

Conversation

@vmx

@vmx vmx commented Dec 5, 2022

Copy link
Copy Markdown
Member

The Nix support isn't really maintained, hence remove it to reduce the maintenance burden.

The Cargo.lock file was only introduced for the Nix build, it's now removes as well as multihash is a library, which usually don't have lock files.

Closes #247.

The Nix support isn't really maintained, hence remove it to reduce
the maintenance burden.

The `Cargo.lock` file was only introduced for the Nix build, it's
now removes as well as `multihash` is a library, which usually
don't have lock files.

Closes #247.
@vmx

vmx commented Dec 5, 2022

Copy link
Copy Markdown
Member Author

/cc @samuelburnham

@vmx vmx requested review from Stebalien and mriise December 5, 2022 19:34
@samuelburnham

samuelburnham commented Dec 5, 2022

Copy link
Copy Markdown
Contributor

Nix support is nice, but only if you have a dedicated maintainer who can keep track of the many different packages and overlays to integrate with Rust and Cargo. If not, Nix users can always write their own flake.nix or shell.nix.

@vmx vmx merged commit ebf57dd into master Dec 5, 2022
@vmx vmx deleted the remove-nix-support branch December 5, 2022 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nix build is currently broken

3 participants