Skip to content

Commit

Permalink
use rust-overlay.overlays.default instead of rust-overlay.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
LEXUGE committed Sep 27, 2022
1 parent 7f2821e commit 11cce3c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
58 changes: 29 additions & 29 deletions Cargo.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 @@ -13,7 +13,7 @@
pkgsWithRust = system:
import nixpkgs {
system = "${system}";
overlays = [ rust-overlay.overlay ];
overlays = [ rust-overlay.overlays.default ];
};
features = [ "geoip-maxmind" "geoip-cn" ];
forEachFeature = f:
Expand Down

0 comments on commit 11cce3c

Please sign in to comment.