remove stale pip config

This commit is contained in:
Sean Buckley 2021-10-12 09:49:57 -04:00
parent 04aea1296e
commit b48e827673

View file

@ -67,11 +67,6 @@
environment.etc.nixpkgs.source = pkgs.path;
nix.nixPath = [ "nixpkgs=/etc/nixpkgs" ];
environment.etc."pip.conf".text = ''
[install]
no-warn-script-location = false
'';
environment.variables.PLGO_HOSTNAMEFG = "0";
environment.variables.PLGO_HOSTNAMEBG = "114";