From 0f10b343f1e0b9cca090fc93ad6b62d452de56da Mon Sep 17 00:00:00 2001 From: waalge Date: Fri, 19 Jan 2024 14:15:22 +0000 Subject: [PATCH] fix: nix build git version patch (untested) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31816356..67c03a99 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown"; postPatch = '' - substituteInPlace crates/aiken/src/cmd/mod.rs \ + substituteInPlace crates/aiken-project/src/config.rs \ --replace "built_info::GIT_COMMIT_HASH_SHORT" \ "Some(\"$GIT_COMMIT_HASH_SHORT\")" '';