Merge pull request #224743 from figsoda/rs

This commit is contained in:
figsoda
2023-04-04 22:52:56 -04:00
committed by GitHub
+1 -1
View File
@@ -162,7 +162,7 @@ required to build a rust package. A simple fix is to use:
```nix
postPatch = ''
cp ${./Cargo.lock} Cargo.lock
ln -s ${./Cargo.lock} Cargo.lock
'';
```