feat: HTML default page

This commit is contained in:
Jade Ellis 2025-04-25 02:47:48 +01:00 committed by magmaus3
parent b562b8cf92
commit 8cb5013043
Signed by: magmaus3
GPG key ID: C8AABFABFA2FAF66
14 changed files with 408 additions and 10 deletions

View file

@ -130,6 +130,8 @@ buildDepsOnlyEnv =
});
buildPackageEnv = {
COMMIT_SHA = inputs.self.rev or inputs.self.dirtyRev or "";
SHORT_COMMIT_SHA = inputs.self.shortRev or inputs.self.dirtyShortRev or "";
CONDUWUIT_VERSION_EXTRA = inputs.self.shortRev or inputs.self.dirtyShortRev or "";
} // buildDepsOnlyEnv // {
# Only needed in static stdenv because these are transitive dependencies of rocksdb