fix: use short rev

This commit is contained in:
Ashhhleyyy 2024-02-17 22:08:17 +00:00
parent 931899d202
commit 49aab6fd64
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -19,7 +19,7 @@
uvicorn
python-lsp-server
];
version = self.rev or self.dirtyShortDev or "dirty-inputs";
version = self.shortRev or self.dirtyShortDev or "dirty-inputs";
in
{
packages = {