summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/powerraw.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/powerraw.nix
parent1ea6362ab559036bc86e8576b810b0f500fa3a30 (diff)
shack: move repos to github
Diffstat (limited to 'krebs/2configs/shack/powerraw.nix')
-rw-r--r--krebs/2configs/shack/powerraw.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/2configs/shack/powerraw.nix b/krebs/2configs/shack/powerraw.nix
index 43c74358..ace74cbc 100644
--- a/krebs/2configs/shack/powerraw.nix
+++ b/krebs/2configs/shack/powerraw.nix
@@ -6,8 +6,9 @@
let
influx-url = "http://influx.shack:8086";
pkg = pkgs.python3.pkgs.callPackage (
- pkgs.fetchgit {
- url = "https://git.shackspace.de/rz/powermeter.git";
+ pkgs.fetchFromGitHub {
+ owner = "shackspace";
+ repo = "powermeter";
rev = "438b08f";
sha256 = "0c5czmrwlw985b7ia6077mfrvbf2fq51iajb481pgqbywgxqis5m";
}) {};