Files
tailscale/shell.nix
Christine Dodrill abaedc675b Review cleanups
2020-12-16 09:48:01 -05:00

8 lines
111 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
go goimports gopls git
];
}