From 16c15ee48a26e27a7e55aafef0a7102c36a04b31 Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 29 Jan 2024 18:37:49 -0500 Subject: [PATCH] fix: nix stuff for @waalge --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 448a5fea..1708de99 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,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\")" '';