diff options
| author | lassulus <lass@aidsballs.de> | 2015-07-28 22:37:28 +0200 |
|---|---|---|
| committer | lassulus <lass@aidsballs.de> | 2015-07-28 23:23:26 +0200 |
| commit | 1cbf3f264ad073bee5766627bcb8364c52c22f9c (patch) | |
| tree | a9c221113531020c777a2923255c737073adde2b /Zpkgs/krebs/github-known_hosts.nix | |
| parent | a11b113866705316cdc93eddbf170e2c1236bbc0 (diff) | |
| parent | 1922e43bcc16e110c03c638099a9279e1d2c89a1 (diff) | |
Merge remote-tracking branch 'cd/master' into newmaster2
Diffstat (limited to 'Zpkgs/krebs/github-known_hosts.nix')
| -rw-r--r-- | Zpkgs/krebs/github-known_hosts.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Zpkgs/krebs/github-known_hosts.nix b/Zpkgs/krebs/github-known_hosts.nix deleted file mode 100644 index 302fdd8..0000000 --- a/Zpkgs/krebs/github-known_hosts.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ lib, ... }: - -with builtins; -with lib; - -let - github-pubkey = removeSuffix "\n" (readFile ../../Zpubkeys/github.ssh.pub); -in - -toFile "github-known_hosts" - (concatMapStrings - (i: "github.com,192.30.252.${toString i} ${github-pubkey}\n") - (range 0 255)) |
