From ee3b42928517a197f2552000695edcbe27292cbd Mon Sep 17 00:00:00 2001 From: Bryan Bennett Date: Thu, 21 Dec 2023 11:34:32 -0500 Subject: [PATCH] Fix substituteInPlace invocation --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 11c71ad..6e487c9 100644 --- a/default.nix +++ b/default.nix @@ -16,7 +16,7 @@ buildDunePackage { src = ./.; duneVersion = "3"; postPatch = '' - substituteInPlace --replace "flake_env" "$out/bin/flake_env" direnvrc + substituteInPlace direnvrc --replace "flake_env" "$out/bin/flake_env" ''; postInstall = '' install -m400 -D direnvrc $out/share/flake_env/direnvrc