Skip to content

Commit

Permalink
Use marcuswhybrow/cargo2nix to fix warnings
Browse files Browse the repository at this point in the history
Fix replaceChars deprecation (now replaceStrings)
Fix rust-overlay.overlay (now rust-overlay.overlays.default)
  • Loading branch information
marcuswhybrow committed Oct 4, 2023
1 parent 9b6fea2 commit b169861
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -6,7 +6,7 @@
rust-overlay.url = "github:oxalica/rust-overlay";
flake-utils.url = "github:numtide/flake-utils";
cargo2nix = {
url = "github:cargo2nix/cargo2nix";
url = "github:marcuswhybrow/cargo2nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
};
Expand Down

0 comments on commit b169861

Please sign in to comment.