flake.nix: remove no longer necessary cargoHash update instructions
This commit is contained in:
parent
eafcb07601
commit
e89a69a40f
1 changed files with 0 additions and 6 deletions
|
@ -15,12 +15,6 @@ Some utility commands:
|
||||||
- `nix flake lock update-input <input>`
|
- `nix flake lock update-input <input>`
|
||||||
- `nix build .#helloworld` or `nix build .`
|
- `nix build .#helloworld` or `nix build .`
|
||||||
- `nix run .#helloworld` or `nix run .`
|
- `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…
Add table
Reference in a new issue