There was an error while loading. Please reload this page.
1 parent 2b3e3db commit 1058fbbCopy full SHA for 1058fbb
1 file changed
tools/nix/pkgs.nix
@@ -14,7 +14,7 @@ if builtins.currentSystem == "x86_64-darwin" then
14
(import ./pkgs-26.05.nix arg)
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";
0 commit comments