All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mirrors: remove rust-bin

+3 -3
+3 -3
roles/mirrors/default.nix
··· 42 42 43 43 config = mkIf cfg.chinese.enable { 44 44 roles.rust = { 45 - rust-bin = pkgs.rust-bin // { 46 - distRoot = "${defaultSite}/rust-static/dist"; 47 - }; 45 + # rust-bin = pkgs.rust-bin // { 46 + # distRoot = "${defaultSite}/rust-static/dist"; 47 + # }; 48 48 49 49 settings.source = { 50 50 crates-io.replace-with = cfg.chinese.defaultSite;