summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/shackDNS.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-09-05 19:51:31 +0200
committermakefu <github@syntax-fehler.de>2021-09-05 19:51:31 +0200
commit4c94f3db361b9d7cd2fa4ae49a534910da178c32 (patch)
tree16f245b0009b55bb844fedb4a015c93c4b61c505 /krebs/2configs/shack/shackDNS.nix
parent1ea6362ab559036bc86e8576b810b0f500fa3a30 (diff)
shack: move repos to github
Diffstat (limited to 'krebs/2configs/shack/shackDNS.nix')
-rw-r--r--krebs/2configs/shack/shackDNS.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/krebs/2configs/shack/shackDNS.nix b/krebs/2configs/shack/shackDNS.nix
index c9cdfd24..00f79abc 100644
--- a/krebs/2configs/shack/shackDNS.nix
+++ b/krebs/2configs/shack/shackDNS.nix
@@ -1,9 +1,10 @@
{ config, lib, pkgs, ... }:
let
- pkg =
- pkgs.fetchgit {
- url = "https://git.shackspace.de/rz/shackdns";
+ pkg =
+ pkgs.fetchFromGitHub {
+ owner = "shackspace";
+ repo = "shackdns";
rev = "e55cc906c734b398683f9607b93f1ad6435d8575";
sha256 = "1hkwhf3hqb4fz06b1ckh7sl0zcyi4da5fgdlksian8lxyd19n8sq";
};