pkgs: Add aria2_exporter

This commit is contained in:
Simon Bruder 2021-02-20 12:36:46 +01:00
parent 65603effa9
commit 5dfe492baf
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
3 changed files with 7 additions and 0 deletions

View file

@ -15,4 +15,6 @@ in
sbruder = super.recurseIntoAttrs {
imprint = super.callPackage ./imprint { };
};
aria2_exporter = import srcs.aria2_exporter { pkgs = self; };
}

View file

@ -6,5 +6,6 @@ in
imports = [
./wordclock-dimmer/module.nix
"${srcs.bang-evaluator}/module.nix"
"${srcs.aria2_exporter}/module.nix"
];
}

View file

@ -3,4 +3,8 @@
url = "https://git.sbruder.de/simon/bangs/archive/ca0d9ed47b21d7424a3b8be7bb55c55c62d17d3a.tar.gz";
sha256 = "1dk5lrhfnyqq604ih584kdb9z3zg49rp9y6b0ai3g5i3f0lwcfw7";
};
aria2_exporter = builtins.fetchTarball {
url = "https://github.com/sbruder/aria2_exporter/archive/141a9c0bdbfea2cda4e7a620cc74435a9d549c70.tar.gz";
sha256 = "1drdhlpfdwsaizi3ys4z6pd0cc19f0rq0ry21b98hphb37cv2cnb";
};
}