nixpkgs/pkgs
sternenseemann 1eddb04ac9 haskell.compiler.{ghc962,ghcHEAD}: no rendered src on aarch64-linux
This saves just enough space on aarch64-linux so that the hadrian built
GHCs are under the 3GB Hydra output limit:

| compiler | before     | after      | Δ          |
|----------|------------|------------|------------|
| ghc962   | 3241234736 | 2810740560 | -430494176 |
| ghcHEAD  | 3341288328 | 2902760872 | -438527456 |

The total output size can be calculated using (don't forget to use
aarch64-linux):

```
nix-build -A <compiler> | xargs nix path-info -s | awk '{ s += $2 }; END { print s }'
```
2023-07-10 23:14:54 +02:00
..
applications Merge pull request #242327 from figsoda/vim 2023-07-09 20:13:17 -04:00
build-support Merge pull request #240419 from lilyinstarlight/feature/prefetch-npm-deps-isahc 2023-07-08 14:18:07 +02:00
common-updater
data Merge master into haskell-updates 2023-07-09 00:17:16 +00:00
desktops Merge pull request #242400 from bobby285271/upd/cinnamon 2023-07-09 21:13:55 +08:00
development haskell.compiler.{ghc962,ghcHEAD}: no rendered src on aarch64-linux 2023-07-10 23:14:54 +02:00
games Merge pull request #242498 from atemp/ddnet 2023-07-09 13:42:44 -04:00
misc Merge pull request #242178 from wackbyte/bump-vencord 2023-07-09 23:56:18 +02:00
os-specific Merge pull request #240960 from majiru/add-tlsclient 2023-07-09 22:36:57 +02:00
pkgs-lib
servers Merge pull request #241184 from SuperSandro2000/matrix-no-test-parallel 2023-07-10 01:46:17 +02:00
shells zsh-powerlevel9k: fix longdescription 2023-07-09 17:43:28 +02:00
stdenv darwin.stdenv: only run install_name_tool on files 2023-07-08 20:49:50 -06:00
test
tools Merge pull request #242496 from r-ryantm/auto-update/wander 2023-07-10 02:02:22 +02:00
top-level Merge master into haskell-updates 2023-07-10 00:15:38 +00:00