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 shared in home-manager and nixos configuration
|
||||||
substituters =
|
substituters =
|
||||||
let
|
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";
|
cachix = x: "https://${x}.cachix.org";
|
||||||
in
|
in
|
||||||
nixpkgs.lib.flatten [
|
nixpkgs.lib.flatten [
|
||||||
# mirrors
|
|
||||||
(cachix "nix-community")
|
(cachix "nix-community")
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
(cachix "cosmic")
|
(cachix "cosmic")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue