fix extra version when using flake-compat

This commit is contained in:
Matt Moriarity 2024-04-26 19:38:29 -06:00
parent 42e3567153
commit cbe4d7cdc4

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 = {