helix: prefer env over shell export

authored by Karem Abdul-Samad and committed by GitHub 525dc053 96d53e4b

+1 -3
+1 -3
pkgs/applications/editors/helix/default.nix
··· 16 17 nativeBuildInputs = [ git installShellFiles ]; 18 19 - preBuild = '' 20 - export HELIX_DEFAULT_RUNTIME="$out/lib/runtime" 21 - ''; 22 23 postInstall = '' 24 # not needed at runtime
··· 16 17 nativeBuildInputs = [ git installShellFiles ]; 18 19 + env.HELIX_DEFAULT_RUNTIME = "${placeholder "out"}/lib/runtime"; 20 21 postInstall = '' 22 # not needed at runtime