sf-auth-middleware-gin/devenv.nix
2026-02-06 17:44:51 -08:00

5 lines
71 B
Nix

{ pkgs, lib, config, inputs, ... }:
{
languages.go.enable = true;
}