summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/hstr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/hstr/default.nix')
-rw-r--r--pkgs/applications/misc/hstr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/hstr/default.nix b/pkgs/applications/misc/hstr/default.nix
index 421d02e97b91..c58f87d1ab8f 100644
--- a/pkgs/applications/misc/hstr/default.nix
+++ b/pkgs/applications/misc/hstr/default.nix
@@ -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;
};
}