Change version from unknown to master

This commit is contained in:
Aleix Boné 2025-09-28 18:21:41 +02:00
parent 668d345495
commit fa0ca8aa45
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ let
ovni = <ovni>;
nodes = <nodes>;
getVersion = x: toString (x.shortRev or x.dirtyShortRev or x.lastModified or "unknown");
getVersion = x: toString (x.shortRev or x.dirtyShortRev or x.lastModified or "master");
pkgs = (
import <bscpkgs> {