Temporarily add go-agentx (w/ fixes to lexico ordering)
This commit is contained in:
7
go-agentx/shell.nix
Normal file
7
go-agentx/shell.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
name = "dev-environment";
|
||||
buildInputs = [
|
||||
pkgs.net-snmp
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user