There was an error while loading. Please reload this page.
1 parent 0963f64 commit f5ee04bCopy full SHA for f5ee04b
1 file changed
tools/nix/pkgs.nix
@@ -15,6 +15,7 @@ if builtins.currentSystem == "x86_64-darwin" then
15
else
16
nixpkgs
17
// nixpkgs.lib.optionalAttrs (with nixpkgs.stdenv.hostPlatform; isLinux && isx86_64) {
18
+ # TODO: remove pin once https://github.com/mozilla/sccache/issues/2869 is resolved
19
sccache = nixpkgs.callPackage (builtins.fetchurl {
20
url = "${repo}/raw/aff8a0b28396750446e5537a96461bc4facdb287/pkgs/by-name/sc/sccache/package.nix";
21
sha256 = "09dlc99sam9ld9jvzgcc00r4v4ls1cmbb0yim3mr895fpbs8b3qa";
0 commit comments