mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
fix version eval in flake (#929)
This commit is contained in:
parent
e85910e9ac
commit
0d0cf3e79f
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@
|
||||||
versionQuadruplet = "${versionAt 0},${versionAt 1},${versionAt 2},${
|
versionQuadruplet = "${versionAt 0},${versionAt 1},${versionAt 2},${
|
||||||
if isDev then
|
if isDev then
|
||||||
"1"
|
"1"
|
||||||
else if builtins.length > 3 then
|
else if builtins.length versionSeq > 3 then
|
||||||
versionAt 3
|
versionAt 3
|
||||||
else
|
else
|
||||||
"0"
|
"0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue