Skip to content

Commit

Permalink
chore(build): Drop obsolete Nix flake workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 19, 2023
1 parent c0571be commit b6a7967
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build-aux/pkg.nix
Expand Up @@ -138,15 +138,6 @@ in stdenv.mkDerivation (finalAttrs: {
touch source/build-aux/rust_boilerplate.mk
'';

# remove forbidden references to $TMPDIR
preFixup = lib.optionalString stdenv.isLinux ''
for f in "$out"/bin/*; do
if isELF "$f"; then
patchelf --shrink-rpath --allowed-rpath-prefixes "$NIX_STORE" "$f"
fi
done
'';

passthru = {
# So it will be easier to inspect this environment, in comparison to others
inherit luaEnv;
Expand Down

0 comments on commit b6a7967

Please sign in to comment.