summaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorAndrew Dunham <andrew@du.nham.ca>2022-09-02 12:06:25 -0400
committerAndrew Dunham <andrew@tailscale.com>2022-09-02 13:22:36 -0400
commita37032932fb73e5b674c37988383d31d89e761ee (patch)
treefee551b4045f2d574bfe812fc13649177048cf01 /shell.nix
parent6f700925cef22d8b2a100840c8d9eb084dadfece (diff)
downloadtailscale-andrew/dnscache-debugging-1.22.2.tar.xz
tailscale-andrew/dnscache-debugging-1.22.2.zip
net/dnscache: add a bunch of synthetic failure knobsandrew/dnscache-debugging-1.22.2
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 273ecf9b6..072eee1f9 100644
--- a/shell.nix
+++ b/shell.nix
@@ -19,6 +19,6 @@ pkgs.mkShell {
# - gopls, the language server for Go to increase editor integration
# - git, the version control program (used in some scripts)
buildInputs = with pkgs; [
- go goimports gopls git
+ go gopls git
];
}