mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove stale pip config
This commit is contained in:
parent
04aea1296e
commit
b48e827673
1 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue