c0f8253fc5
CI is running `cargo build --all-features`, so we should be passing all the features to nix as well. The only thing this currently affects is the jemalloc_prof feature, but if we add any non-default features that affect nix in the future they should also be handled correctly now.
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
|