fix: use go proxy without ',direct' proxy
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
GOPROXY = "https://go.dogar.dev,direct";
|
GOPROXY = "https://go.dogar.dev";
|
||||||
};
|
};
|
||||||
file.".npmrc".source =
|
file.".npmrc".source =
|
||||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";
|
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/git/nix-config/dotfiles/npm/.npmrc";
|
||||||
|
|||||||
Reference in New Issue
Block a user