1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: key-value without max-width

This commit is contained in:
Kevin Amado 2022-02-09 19:48:41 -05:00
parent 779ae36a60
commit 98cf2ef1df
No known key found for this signature in database
GPG key ID: FFF341057F503148
4 changed files with 51 additions and 18 deletions

View file

@ -33,8 +33,7 @@
version =
let
commit = inputs.self.shortRev or "dirty";
date =
inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
in
"${builtins.substring 0 8 date}_${commit}";
src = inputs.self.sourceInfo;