all-packages: add static exe alias for haskell 'shake' package

Signed-off-by: Austin Seipp <as@fastly.com>

authored by Austin Seipp and committed by Austin Seipp ce247b4f b1d747c7

+2
+2
pkgs/top-level/all-packages.nix
··· 9688 9688 9689 9689 scss-lint = callPackage ../development/tools/scss-lint { }; 9690 9690 9691 + shake = haskell.lib.justStaticExecutables haskellPackages.shake; 9692 + 9691 9693 shallot = callPackage ../tools/misc/shallot { }; 9692 9694 9693 9695 shards = callPackage ../development/tools/build-managers/shards { };