mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-17 07:01:23 +01:00
Fix substituteInPlace invocation take 2
This commit is contained in:
parent
ee3b429285
commit
ce54582744
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ buildDunePackage {
|
|||
src = ./.;
|
||||
duneVersion = "3";
|
||||
postPatch = ''
|
||||
substituteInPlace direnvrc --replace "flake_env" "$out/bin/flake_env"
|
||||
substituteInPlace direnvrc --replace "@flake_env@" "$out/bin/flake_env"
|
||||
'';
|
||||
postInstall = ''
|
||||
install -m400 -D direnvrc $out/share/flake_env/direnvrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue