Merge branch 'version-extra' into 'next'

allow including extra info in `--version` output

See merge request famedly/conduit!601
This commit is contained in:
Charles Hall 2024-04-11 14:37:37 +00:00
commit 7f63948db9
3 changed files with 17 additions and 2 deletions

View file

@ -73,6 +73,7 @@
});
env = pkgs: {
CONDUIT_VERSION_EXTRA = self.shortRev or self.dirtyShortRev;
ROCKSDB_INCLUDE_DIR = "${rocksdb' pkgs}/include";
ROCKSDB_LIB_DIR = "${rocksdb' pkgs}/lib";
}