mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: release 3.0.0
This commit is contained in:
parent
56956f6118
commit
e7eac49074
18 changed files with 149 additions and 117 deletions
|
@ -14,7 +14,7 @@
|
|||
outputs = inputs: let
|
||||
commit = inputs.self.shortRev or "dirty";
|
||||
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
|
||||
version = "2.0.0+${builtins.substring 0 8 date}.${commit}";
|
||||
version = "3.0.0+${builtins.substring 0 8 date}.${commit}";
|
||||
|
||||
nixpkgsForHost = host:
|
||||
import inputs.nixpkgs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue