forked from mirror/grapevine
467417c32a
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.
7 lines
95 B
Bash
7 lines
95 B
Bash
#!/usr/bin/env bash
|
|
|
|
use flake ".#${DIRENV_DEVSHELL:-default}"
|
|
|
|
PATH_add bin
|
|
|
|
dotenv_if_exists
|