mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
.
This commit is contained in:
parent
08b9b84b14
commit
d2709594da
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
nixpkgs.rustPlatform.buildRustPackage
|
||||
{
|
||||
pname = cargoToml.package.name;
|
||||
version = cargoToml.package.version;
|
||||
version = inputs.self.sourceInfo.rev;
|
||||
src = inputs.self.sourceInfo;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
NIX_BUILD_CORES = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue