Skip to content

Commit cc63c5d

Browse files
committedJun 28, 2017
bench: add static executable from haskellPackages
1 parent 59f94b1 commit cc63c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/top-level/all-packages.nix

+2
Original file line numberDiff line numberDiff line change
@@ -16881,6 +16881,8 @@ with pkgs;
1688116881

1688216882
bean-add = callPackage ../applications/office/beancount/bean-add.nix { };
1688316883

16884+
bench = haskell.lib.justStaticExecutables haskellPackages.bench;
16885+
1688416886
beret = callPackage ../games/beret { };
1688516887

1688616888
bitsnbots = callPackage ../games/bitsnbots {

0 commit comments

Comments
 (0)
Please sign in to comment.