fix extra version when using flake-compat

This commit is contained in:
Matt Moriarity 2024-04-26 19:38:29 -06:00 committed by June
parent 0ebb323490
commit 2f3194840c

View file

@ -37,7 +37,7 @@ buildDepsOnlyEnv =
});
buildPackageEnv = {
CONDUWUIT_VERSION_EXTRA = inputs.self.shortRev or inputs.self.dirtyShortRev;
CONDUWUIT_VERSION_EXTRA = inputs.self.shortRev or inputs.self.dirtyShortRev or "";
} // buildDepsOnlyEnv;
commonAttrs = {