1
0

pkgs/fem-ssh-known-hosts: Pin FeM ssh known hosts globally

This commit is contained in:
2025-11-16 15:32:29 +01:00
parent fc4bc6ca41
commit bc8d681956
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ runCommand, ... }:
runCommand "fem-ssh-known-hosts" {} ''
mkdir -p $out
cp ${./fem-ssh-known-hosts} $out/known_hosts
''