diff --git a/flake/lib.nix b/flake/lib.nix index 95b66bfd..3cdeb500 100644 --- a/flake/lib.nix +++ b/flake/lib.nix @@ -1,5 +1,5 @@ {...} @ inputs: rec { - mkVersion = src: "0pre+" + src.shortRev; + mkVersion = src: "0.0.0+" + src.shortRev; buildPlugin = pname: src: inputs.pkgs.vimUtils.buildVimPlugin {