Skip to content

Commit f5ee04b

Browse files
committed
fixup! drop debug changes, pin sccache on x64 linux
1 parent 0963f64 commit f5ee04b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/nix/pkgs.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ if builtins.currentSystem == "x86_64-darwin" then
1515
else
1616
nixpkgs
1717
// nixpkgs.lib.optionalAttrs (with nixpkgs.stdenv.hostPlatform; isLinux && isx86_64) {
18+
# TODO: remove pin once https://github.com/mozilla/sccache/issues/2869 is resolved
1819
sccache = nixpkgs.callPackage (builtins.fetchurl {
1920
url = "${repo}/raw/aff8a0b28396750446e5537a96461bc4facdb287/pkgs/by-name/sc/sccache/package.nix";
2021
sha256 = "09dlc99sam9ld9jvzgcc00r4v4ls1cmbb0yim3mr895fpbs8b3qa";

0 commit comments

Comments
 (0)