flake.nix: remove no longer necessary cargoHash update instructions

This commit is contained in:
Elnu 2023-08-24 13:31:06 -07:00
parent eafcb07601
commit e89a69a40f

View file

@ -15,12 +15,6 @@ Some utility commands:
- `nix flake lock update-input <input>`
- `nix build .#helloworld` or `nix build .`
- `nix run .#helloworld` or `nix run .`
Updating `cargoHash`:
- Set `cargoHash` to an empty string
- run `nix run .#helloworld`
- Update `cargoHash` with correct hash from output
rust-project TODO: write shell script for automatically updating `cargoHash`
*/
{