ordercollect/shell.nix

3 lines
93 B
Nix
Raw Normal View History

2023-07-08 03:56:44 +00:00
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell rec { buildInputs = with pkgs; [ go gopls ]; }