Skip to content

Commit

Permalink
Merge pull request #394 from replit/dstewart/chore/start-moving-rtld-…
Browse files Browse the repository at this point in the history
…to-replenv

Exposing global "REPLIT_LD_LOADER" property to be picked up by replenv builder
  • Loading branch information
blast-hardcheese authored Sep 18, 2024
2 parents e96d361 + c79b03c commit fd9d667
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/modules/replit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ in
Replit tools. Includes .replit language server.
'';

replit.env = {
REPLIT_LD_AUDIT = "${pkgs.replit-rtld-loader}/rtld_loader.so";
};

replit.dev.languageServers.dotreplit-lsp = {
name = ".replit LSP";
language = "dotreplit";
start = "${taplo}/bin/taplo lsp -c ${taplo-config} stdio";
};
}

0 comments on commit fd9d667

Please sign in to comment.