Add the 'dig' package to replit.nix to enable DNS lookups. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: a91ac4b5-1acf-4f1b-b93c-2937ed1bc121 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/h41eDR1 Replit-Helium-Checkpoint-Created: true
8 lines
No EOL
72 B
Nix
8 lines
No EOL
72 B
Nix
{ pkgs }: {
|
|
deps = [
|
|
pkgs.dig
|
|
pkgs.unzip
|
|
];
|
|
env = {
|
|
};
|
|
} |