From e89a69a40f1351fd7c2ecf812f40673469acb693 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 24 Aug 2023 13:31:06 -0700 Subject: [PATCH] flake.nix: remove no longer necessary cargoHash update instructions --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flake.nix b/flake.nix index 3d880ce..ce64ba3 100644 --- a/flake.nix +++ b/flake.nix @@ -15,12 +15,6 @@ Some utility commands: - `nix flake lock update-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` */ {