Temp: Remove nimble install in nix-shell
This commit is contained in:
@@ -6,8 +6,6 @@ pkgs.mkShell {
|
|||||||
export NIMBLE_BIN_DIR="$NIMBLE_DIR/bin"
|
export NIMBLE_BIN_DIR="$NIMBLE_DIR/bin"
|
||||||
export PATH="$NIMBLE_BIN_DIR:$PATH"
|
export PATH="$NIMBLE_BIN_DIR:$PATH"
|
||||||
# Mutable nimble install
|
# Mutable nimble install
|
||||||
[[ ! -f "$NIMBLE_BIN_DIR" ]] && nimble install
|
|
||||||
[[ ! -f "$NIMBLE_BIN_DIR/inim" ]] && nimble --accept install inim
|
|
||||||
'';
|
'';
|
||||||
buildInputs = with pkgs; buildInputs ++ [
|
buildInputs = with pkgs; buildInputs ++ [
|
||||||
nim
|
nim
|
||||||
|
|||||||
Reference in New Issue
Block a user