Add command for DNS lookups to development environment
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
This commit is contained in:
parent
3030379072
commit
efa84b680f
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs }: {
|
||||
deps = [
|
||||
pkgs.dig
|
||||
pkgs.unzip
|
||||
];
|
||||
env = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue