feat: add basic proxy
This commit is contained in:
7
devenv.nix
Normal file
7
devenv.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
packages = [ pkgs.git ];
|
||||
|
||||
languages.go.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user