feat: add basic proxy

This commit is contained in:
2025-05-15 15:09:19 -04:00
commit c8c888a868
6 changed files with 226 additions and 0 deletions

7
devenv.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [ pkgs.git ];
languages.go.enable = true;
}