commando.html5/node_modules/lnsocket/shell.nix

6 lines
146 B
Nix
Raw Permalink Normal View History

2023-03-10 17:36:16 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ ];
nativeBuildInputs = with pkgs; [ gdb autoreconfHook emscripten wabt go ];
}