fix extra version when using flake-compat
This commit is contained in:
parent
0ebb323490
commit
2f3194840c
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue