A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

flake/devshells: Use rustLibSrc for RUST_SRC_PATH

Much smaller than rustcSrc.

Zhaofeng Li 1424e4b7 07ae5ab6

+1 -1
+1 -1
flake/devshells.nix
··· 90 90 env = { 91 91 ATTIC_DISTRIBUTOR = toplevel.config.attic.distributor; 92 92 93 - RUST_SRC_PATH = "${pkgs.rustPlatform.rustcSrc}/library"; 93 + RUST_SRC_PATH = pkgs.rustPlatform.rustLibSrc; 94 94 95 95 NIX_PATH = "nixpkgs=${pkgs.path}"; 96 96