Skip to content

Commit

Permalink
fish: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 27, 2017
1 parent 2b74650 commit ba3a792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/shells/fish/default.nix
Expand Up @@ -159,6 +159,8 @@ let
tee -a $out/share/fish/__fish_build_paths.fish < ${(writeText "__fish_build_paths_suffix.fish" fishPreInitHooks)}
'';

enableParallelBuilding = true;

meta = with stdenv.lib; {
description = "Smart and user-friendly command line shell";
homepage = http://fishshell.com/;
Expand Down

0 comments on commit ba3a792

Please sign in to comment.