commit 9dd28564c2720cc03ba9172fed3c6314d1da0c61 parent bfdd034c048a9d5c47d86c48bb3dcb4bd2cc6a7d Author: William Casarin <jb55@jb55.com> Date: Sat, 19 Sep 2020 04:55:30 -0700 bin: remove all-dev Diffstat:
D | bin/all-dev | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/bin/all-dev b/bin/all-dev @@ -1,7 +0,0 @@ -#!/usr/bin/env bash - -export RUST_CHANNEL=stable -#export RUST_SRC_PATH="$(nix-build '<nixpkgs>' --no-out-link -A rustChannels.$RUST_CHANNEL.rust-src)"/lib/rustlib/src/rust/src -#export LD_LIBRARY_PATH="$(nix-build '<nixpkgs>' --no-out-link -A rustChannels.$RUST_CHANNEL.rustc)"/lib:$LD_LIBRARY_PATH - -exec nix-shell -p hello "$@"