mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
all-packages: add static exe alias for haskell 'shake' package
Signed-off-by: Austin Seipp <as@fastly.com>
This commit is contained in:
parent
b1d747c762
commit
ce247b4f9f
@ -9688,6 +9688,8 @@ in
|
||||
|
||||
scss-lint = callPackage ../development/tools/scss-lint { };
|
||||
|
||||
shake = haskell.lib.justStaticExecutables haskellPackages.shake;
|
||||
|
||||
shallot = callPackage ../tools/misc/shallot { };
|
||||
|
||||
shards = callPackage ../development/tools/build-managers/shards { };
|
||||
|
Loading…
Reference in New Issue
Block a user