fix: nix build requires githash
This commit is contained in:
parent
1f6e719fde
commit
51cc7d68eb
|
@ -32,7 +32,10 @@
|
||||||
|
|
||||||
src = pkgs.lib.cleanSourceWith { src = self; };
|
src = pkgs.lib.cleanSourceWith { src = self; };
|
||||||
|
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock = {
|
||||||
|
lockFile = ./Cargo.lock;
|
||||||
|
outputHashes = { "pallas-0.21.0" = "sha256-QuJwwyNaPpXBi7GzLh/V2cIRYz29Xsd3HUeG4yPt8VQ="; };
|
||||||
|
};
|
||||||
|
|
||||||
GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown";
|
GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue