File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ if builtins.currentSystem == "x86_64-darwin" then
1414 ( import ./pkgs-26.05.nix arg )
1515else
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+ }
You can’t perform that action at this time.
0 commit comments