allow including extra info in --version output

This commit is contained in:
Charles Hall 2024-03-11 20:11:59 -07:00
parent 741ca63e94
commit ac22b1bed1
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
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";
}