Skip to content

Commit

Permalink
fix(nix): pin rust-overlay to workaround cargo-c (sxyazi#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Aug 8, 2024
1 parent e02b030 commit 6e94776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
url = "github:oxalica/rust-overlay/b7996075da11a2d441cfbf4e77c2939ce51506fd"; # FIX: pin to a specific commit until cargo-c is updated
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit 6e94776

Please sign in to comment.