commando.html5/node_modules/lnsocket/shell.nix

6 lines
146 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ ];
nativeBuildInputs = with pkgs; [ gdb autoreconfHook emscripten wabt go ];
}