Files
comfychan/devenv.nix
T
2025-04-24 22:14:59 -04:00

13 lines
133 B
Nix

{ pkgs, lib, config, inputs, ... }:
{
packages = with pkgs; [
sqlite
templ
air
];
languages.go.enable = true;
}