l 2: add sshn to pkgs
This commit is contained in:
parent
6a53a331d1
commit
bd58053b7e
|
@ -151,6 +151,10 @@ with import <stockholm/lib>;
|
|||
p7zip
|
||||
unzip
|
||||
unrar
|
||||
|
||||
(pkgs.writeDashBin "sshn" ''
|
||||
${pkgs.openssh}/bin/ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"
|
||||
'')
|
||||
];
|
||||
|
||||
programs.bash = {
|
||||
|
|
Loading…
Reference in a new issue