Skip to content

Commit

Permalink
chore: Use latest crane
Browse files Browse the repository at this point in the history
ipetkov/crane#527 is now fixed
  • Loading branch information
shivaraj-bh authored and srid committed Jun 18, 2024
1 parent 82fc37e commit f233310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
rust-overlay.url = "github:oxalica/rust-overlay";
# https://github.com/ipetkov/crane/issues/527
crane.url = "github:ipetkov/crane/2c653e4478476a52c6aa3ac0495e4dea7449ea0e"; # Cargo.toml parsing is broken in newer crane (Mar 24)
crane.url = "github:ipetkov/crane";
crane.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { rust-overlay, crane, ... }: {
Expand Down

0 comments on commit f233310

Please sign in to comment.