replit / polygott

Base Docker image for the Repl.it evaluation server
https://replit.com
MIT License
389 stars 104 forks source link

add nixproxy.nix to grab pkgs from repl's replit.nix #244

Closed turbio closed 3 years ago

turbio commented 3 years ago

give us a bit of future leeway on how we structure the nix experience. This expects a replit.nix in the repldir giving us the set deps which are passed right into nix-shell.

for example, something like:

{ pkgs }: {
    deps = [
                pkgs.python39
    ];
}