ordercollect/shell.nix

3 lines
93 B
Nix
Raw Normal View History

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