lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 11 lines 353 B view raw
1{ runCommand, openssh }: 2 3runCommand "ssh-copy-id-${openssh.version}" { 4 meta = openssh.meta // { 5 description = "A tool to copy SSH public keys to a remote machine"; 6 priority = (openssh.meta.priority or 0) - 1; 7 }; 8} '' 9 install -Dm 755 {${openssh},$out}/bin/ssh-copy-id 10 install -Dm 644 {${openssh},$out}/share/man/man1/ssh-copy-id.1.gz 11''