refactor: change versioning to 0.0.0
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b04d77f43f
commit
04b8aba9e7
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue