From 58100fb8dde8181674f7d363fcc167fb6a99a21c Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 20 Jan 2022 17:00:00 +0100 Subject: [PATCH] Temp: Remove nimble install in nix-shell --- shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.nix b/shell.nix index b3657c8..7ae19f3 100644 --- a/shell.nix +++ b/shell.nix @@ -6,8 +6,6 @@ pkgs.mkShell { export NIMBLE_BIN_DIR="$NIMBLE_DIR/bin" export PATH="$NIMBLE_BIN_DIR:$PATH" # Mutable nimble install - [[ ! -f "$NIMBLE_BIN_DIR" ]] && nimble install - [[ ! -f "$NIMBLE_BIN_DIR/inim" ]] && nimble --accept install inim ''; buildInputs = with pkgs; buildInputs ++ [ nim