This commit is contained in:
Ivan Petkov 2022-01-17 15:01:58 -08:00
parent 282a3b502a
commit 89eb07f68e
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -17,7 +17,7 @@ it across all of nixpkgs, consider using `overrideScope'`:
```nix
(mkLib pkgs).overrideScope' (final: prev: {
cargo: myCustomCargoVersion;
cargo = myCustomCargoVersion;
})
```