ordercollect/shell.nix

3 lines
93 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell rec { buildInputs = with pkgs; [ go gopls ]; }