maeqtt/shell.nix
2021-10-17 20:59:42 +02:00

4 lines
152 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ go golangci-lint (enableDebugging mosquitto) wireshark delve ];
}