conduit/nix/pkgs
Benjamin Lee 188dea13e0 do default-feature unification in nix
Some of the features affect nix dependencies, so we need to have a
full feature list available when constructing the nix derivation. This
incidentally fixes the bug where we weren't enabling jemalloc on rocksdb
in CI/devshells, because jemalloc is now a default feature. It does not
fix the more general class of that issue, where CI is performing an
`--all-features` build in a nix devshell built for default-features.

I am now passing `--no-default-features` to cargo, and having it use our
unified feature list rather than duplicating the unification inside cargo.
2024-05-24 10:53:47 -04:00
..
book docs: fix broken systemd unit link 2024-05-12 03:05:34 -04:00
complement upload complement OCI image from CI, document where it can be found, use main instead of dev for tag 2024-05-12 03:05:34 -04:00
main do default-feature unification in nix 2024-05-24 10:53:47 -04:00
oci-image use lib.makeScope and files to organize packages 2024-04-26 02:03:40 -04:00