Temp: Remove nimble install in nix-shell

This commit is contained in:
Florian Schroedl
2022-01-20 17:00:00 +01:00
parent 488d0b173b
commit 58100fb8dd

View File

@@ -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