flake.nix: remove no longer necessary cargoHash update instructions

main
Elnu 9 months ago
parent eafcb07601
commit e89a69a40f

@ -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`
*/
{

Loading…
Cancel
Save