fix: nix stuff for @waalge
This commit is contained in:
parent
8584adc1b7
commit
16c15ee48a
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown";
|
GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace crates/aiken/src/cmd/mod.rs \
|
substituteInPlace crates/aiken-project/src/config.rs \
|
||||||
--replace "built_info::GIT_COMMIT_HASH_SHORT" \
|
--replace "built_info::GIT_COMMIT_HASH_SHORT" \
|
||||||
"Some(\"$GIT_COMMIT_HASH_SHORT\")"
|
"Some(\"$GIT_COMMIT_HASH_SHORT\")"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue