mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
string_interp: update tests and self-lint
This commit is contained in:
parent
3daca47b2c
commit
06b541ed66
4 changed files with 19 additions and 19 deletions
|
@ -30,7 +30,7 @@
|
|||
checks = { defaultPackage = inputs.self.defaultPackage.${ system }; };
|
||||
defaultApp = {
|
||||
type = "app";
|
||||
program = "${ inputs.self.defaultPackage.${ system } }/bin/alejandra";
|
||||
program = "${inputs.self.defaultPackage.${ system }}/bin/alejandra";
|
||||
};
|
||||
defaultPackage =
|
||||
fenixPlatform.buildRustPackage
|
||||
|
@ -41,7 +41,7 @@
|
|||
commit = inputs.self.shortRev or "dirty";
|
||||
date = inputs.self.lastModifiedDate or inputs.self.lastModified or "19700101";
|
||||
in
|
||||
"${ builtins.substring 0 8 date }_${ commit }";
|
||||
"${builtins.substring 0 8 date}_${commit}";
|
||||
src = inputs.self.sourceInfo;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue