mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
Fix typo
This commit is contained in:
parent
282a3b502a
commit
89eb07f68e
@ -17,7 +17,7 @@ it across all of nixpkgs, consider using `overrideScope'`:
|
||||
|
||||
```nix
|
||||
(mkLib pkgs).overrideScope' (final: prev: {
|
||||
cargo: myCustomCargoVersion;
|
||||
cargo = myCustomCargoVersion;
|
||||
})
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user