todayinmarch2020/shell.nix

6 lines
118 B
Nix
Raw Permalink Normal View History

2021-04-08 17:43:43 +00:00
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [ go gopls goimports bashInteractive ];
}