Tweaks to Darwin

This commit is contained in:
Greg Hellings
2023-06-07 20:00:31 -05:00
parent e75799dbde
commit 530a45dfa4
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -28,14 +28,14 @@
]);
};
home.file.".pip/pip.conf" = (lib.strings.concatStringsSep "\n" [
home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
"[global]"
"retries = 1"
"index-url = https://pypi.python.org/simple"
"extra-index-url ="
" https://pypi.ivrtechnlology.com/simple/"
" https://pypiev.ivrtechnology.com/simple/"
];
]);
home.stateVersion = "22.05";
home.packages = with pkgs; [