1
Fork 0
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:
Tom Bereknyei 2022-02-01 15:27:49 -05:00
parent 3daca47b2c
commit 06b541ed66
4 changed files with 19 additions and 19 deletions

View file

@ -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 = {