Skip to content

Commit

Permalink
hstr: add darwin support (#106798)
Browse files Browse the repository at this point in the history
  • Loading branch information
sev3ryn authored Dec 15, 2020
1 parent a7c6597 commit a8d2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/hstr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Shell history suggest box - easily view, navigate, search and use your command history";
license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
platforms = with stdenv.lib.platforms; linux; # Cannot test others
platforms = with stdenv.lib.platforms; linux ++ darwin;
};

}

0 comments on commit a8d2b7b

Please sign in to comment.