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