diff options
| author | makefu <github@syntax-fehler.de> | 2015-07-29 14:56:06 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-07-29 14:56:06 +0200 |
| commit | 39eacce0f8c053fbdf5189c50c7704db4a295c32 (patch) | |
| tree | 6c25ed67af9d9a2cd222f8f582917d1b20e0ee71 /Zpkgs/krebs/github-known_hosts.nix | |
| parent | a2be52f6fa5cbd486da38be1e3b4dcdcde3b17fd (diff) | |
| parent | 1cbf3f264ad073bee5766627bcb8364c52c22f9c (diff) | |
merge cloudkrebs, fix path to krebs/4lib
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)) |
