remove mirrors for nixpkgs
This commit is contained in:
parent
71e7c8c657
commit
974c582336
1 changed files with 0 additions and 7 deletions
|
|
@ -200,16 +200,9 @@
|
|||
# substituters shared in home-manager and nixos configuration
|
||||
substituters =
|
||||
let
|
||||
channelStore = x: "https://${x}/nix-channels/store";
|
||||
mirrors = map (x: channelStore "mirrors.${x}.edu.cn") [
|
||||
"bfsu"
|
||||
"tuna.tsinghua"
|
||||
"ustc"
|
||||
];
|
||||
cachix = x: "https://${x}.cachix.org";
|
||||
in
|
||||
nixpkgs.lib.flatten [
|
||||
# mirrors
|
||||
(cachix "nix-community")
|
||||
"https://cache.nixos.org"
|
||||
(cachix "cosmic")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue