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