1 { lib, buildRubyGem, ruby, openssh }:
9 # long: 'git@github.com'
12 name = "hss-${version}";
16 source.sha256 = "0hdfpxxqsh6gisn8mm0knsl1aig9fir0h2x9sirk3gr36qbz5xa4";
19 substituteInPlace $GEM_HOME/gems/${gemName}-${version}/bin/hss \
22 "'${openssh}/bin/ssh'"
27 A SSH helper that uses regex and fancy expansion to dynamically manage SSH shortcuts.
29 homepage = "https://github.com/akerl/hss";
30 license = licenses.mit;
31 maintainers = with maintainers; [ nixy ];
32 platforms = platforms.unix;