stormlight-tracker/devenv.nix
Roman Godmaire 61d478d576 misc: 🚢
2024-05-14 21:54:02 -04:00

7 lines
117 B
Nix

{ pkgs, ... }:
{
packages = with pkgs; [ git go gopls delve flyctl ];
scripts.start.exec = "go run main.go";
}