maeqtt/shell.nix

5 lines
152 B
Nix
Raw Normal View History

2021-08-26 15:08:24 +02:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
2021-10-17 20:39:16 +02:00
nativeBuildInputs = with pkgs; [ go golangci-lint (enableDebugging mosquitto) wireshark delve ];
2021-08-26 15:08:24 +02:00
}