diff options
| author | Andrew Dunham <andrew@du.nham.ca> | 2022-09-02 12:06:25 -0400 |
|---|---|---|
| committer | Andrew Dunham <andrew@tailscale.com> | 2022-09-02 13:22:36 -0400 |
| commit | a37032932fb73e5b674c37988383d31d89e761ee (patch) | |
| tree | fee551b4045f2d574bfe812fc13649177048cf01 /shell.nix | |
| parent | 6f700925cef22d8b2a100840c8d9eb084dadfece (diff) | |
| download | tailscale-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; } |
