Skip to content

Commit 0963f64

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

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

tools/nix/pkgs.nix

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ if builtins.currentSystem == "x86_64-darwin" then
1414
(import ./pkgs-26.05.nix arg)
1515
else
1616
nixpkgs
17-
//
18-
nixpkgs.lib.optionalAttrs (pkgs.stdenv.hostPlatform.isLinux && pkgs.stdenv.hostPlatform.isx86_64)
19-
{
20-
sccache = nixpkgs.callPackage (builtins.fetchurl {
21-
url = "${repo}/raw/aff8a0b28396750446e5537a96461bc4facdb287/pkgs/by-name/sc/sccache/package.nix";
22-
sha256 = "09dlc99sam9ld9jvzgcc00r4v4ls1cmbb0yim3mr895fpbs8b3qa";
23-
}) { };
24-
}
17+
// nixpkgs.lib.optionalAttrs (with nixpkgs.stdenv.hostPlatform; isLinux && isx86_64) {
18+
sccache = nixpkgs.callPackage (builtins.fetchurl {
19+
url = "${repo}/raw/aff8a0b28396750446e5537a96461bc4facdb287/pkgs/by-name/sc/sccache/package.nix";
20+
sha256 = "09dlc99sam9ld9jvzgcc00r4v4ls1cmbb0yim3mr895fpbs8b3qa";
21+
}) { };
22+
}

0 commit comments

Comments
 (0)