1
0
Fork 0
forked from mirror/grapevine
grapevine-fork/.envrc
Benjamin Lee 467417c32a
use all-features devshell for clippy/all in CI
Without this, we're building a static rocksdb inside the rust-rocksdb
build script every time. As far as I know this doesn't change clippy's
behavior, but it does take a *long* time.
2024-05-30 21:19:08 -07:00

7 lines
95 B
Bash

#!/usr/bin/env bash
use flake ".#${DIRENV_DEVSHELL:-default}"
PATH_add bin
dotenv_if_exists