hstr: add darwin support (#106798)
This commit is contained in:
parent
a7c6597772
commit
a8d2b7b42e
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue