fix: use short rev
This commit is contained in:
parent
931899d202
commit
49aab6fd64
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue