stormlight-tracker/devenv.nix
Raine Godmaire de98e25312 Meh
2024-06-27 18:18:07 -04:00

17 lines
139 B
Nix

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