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:
parent
779ae36a60
commit
98cf2ef1df
4 changed files with 51 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue