jj: bump rustc-overlay for nixpkgs compatibility
This commit is contained in:
parent
ae2dc6aea6
commit
2092e962fb
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ let
|
||||||
rust-overlay-src = (pkgs.fetchFromGitHub {
|
rust-overlay-src = (pkgs.fetchFromGitHub {
|
||||||
owner = "oxalica";
|
owner = "oxalica";
|
||||||
repo = "rust-overlay";
|
repo = "rust-overlay";
|
||||||
rev = "2b00881d2ff72174cffdc007238cb6bedd6e1d8e";
|
rev = "b259ef799b5ac014604da71ecd92d4a52603ed2d";
|
||||||
hash = "sha256-+OB00N6Yql/ZRQQkQ0PNnxfW2tH89DHnv29hBS7tXMM=";
|
hash = "sha256-H7KGGJUU9BcDNnfXiATBGgs6FJKWQdfftNJS+/v2aMU=";
|
||||||
});
|
});
|
||||||
rust-overlay = (import "${rust-overlay-src}/flake.nix").outputs {
|
rust-overlay = (import "${rust-overlay-src}/flake.nix").outputs {
|
||||||
self = rust-overlay;
|
self = rust-overlay;
|
||||||
|
|
Loading…
Reference in a new issue