From 4b9343fc3e9e23189014ed55805cb90cf9a524dc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 26 Jun 2024 20:26:51 +0200 Subject: [PATCH] home: set CARGO_NET_GIT_FETCH_WITH_CLI to 1 --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index c6a1538..c059f6c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -83,6 +83,7 @@ in { keyboard.options = [ "caps:escape" ]; sessionVariables = { + CARGO_NET_GIT_FETCH_WITH_CLI = "true"; PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc"; }; };