From 0d5bae416f86920276763f1f6aa1b402d328ca10 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Wed, 7 Jul 2021 12:07:59 -0700 Subject: [PATCH] Remove update-crates.sh script This has been superceded by just invoking `cargo update` in the regular development shell (now that we've switched to using `buildRustPackage` instead of `crate2nix`). --- nix/update-crates.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 nix/update-crates.sh diff --git a/nix/update-crates.sh b/nix/update-crates.sh deleted file mode 100755 index 27b3891..0000000 --- a/nix/update-crates.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env nix-shell -#!nix-shell -i bash -set -e - -cargo fetch --locked