summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--krebs/5pkgs/github-known_hosts/default.nix2
-rw-r--r--krebs/5pkgs/github-known_hosts/github.ssh.pub (renamed from Zpubkeys/github.ssh.pub)0
2 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/github-known_hosts/default.nix b/krebs/5pkgs/github-known_hosts/default.nix
index 302fdd8d..fe5efe41 100644
--- a/krebs/5pkgs/github-known_hosts/default.nix
+++ b/krebs/5pkgs/github-known_hosts/default.nix
@@ -4,7 +4,7 @@ with builtins;
with lib;
let
- github-pubkey = removeSuffix "\n" (readFile ../../Zpubkeys/github.ssh.pub);
+ github-pubkey = removeSuffix "\n" (readFile ./github.ssh.pub);
in
toFile "github-known_hosts"
diff --git a/Zpubkeys/github.ssh.pub b/krebs/5pkgs/github-known_hosts/github.ssh.pub
index 90f6e2b7..90f6e2b7 100644
--- a/Zpubkeys/github.ssh.pub
+++ b/krebs/5pkgs/github-known_hosts/github.ssh.pub