hstr: add darwin support (#106798)

This commit is contained in:
Severyn Lisovskyi 2020-12-15 17:50:46 +01:00 committed by GitHub
parent a7c6597772
commit a8d2b7b42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
}