helix: prefer env over shell export
This commit is contained in:
parent
96d53e4b65
commit
525dc0535f
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
nativeBuildInputs = [ git installShellFiles ];
|
||||
|
||||
preBuild = ''
|
||||
export HELIX_DEFAULT_RUNTIME="$out/lib/runtime"
|
||||
'';
|
||||
env.HELIX_DEFAULT_RUNTIME = "${placeholder "out"}/lib/runtime";
|
||||
|
||||
postInstall = ''
|
||||
# not needed at runtime
|
||||
|
|
Loading…
Reference in a new issue