unbot/devenv.nix
2026-06-01 18:37:01 +02:00

5 lines
87 B
Nix

{ pkgs, ... }:
{
languages.go.enable = true;
packages = with pkgs; [ opencode ];
}