summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/github-hosts-sync/default.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-05-17 12:50:48 +0200
committertv <tv@krebsco.de>2019-05-17 12:51:29 +0200
commit4630d10b3151f689247c0e8e7488917ee6313c7f (patch)
treed4a63ec385a75346f290474f2ffe9d1a482067e6 /krebs/5pkgs/simple/github-hosts-sync/default.nix
parent1ceae8b0e3f37b5d3a4b8ef52621f2959abaab8e (diff)
github-hosts-sync: import 1.0.0 from painload
Diffstat (limited to 'krebs/5pkgs/simple/github-hosts-sync/default.nix')
-rw-r--r--krebs/5pkgs/simple/github-hosts-sync/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/github-hosts-sync/default.nix b/krebs/5pkgs/simple/github-hosts-sync/default.nix
index cdfed468..8caa5e1e 100644
--- a/krebs/5pkgs/simple/github-hosts-sync/default.nix
+++ b/krebs/5pkgs/simple/github-hosts-sync/default.nix
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "github-hosts-sync";
- src = pkgs.painload;
+ src = ./src;
phases = [
"unpackPhase"
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
sed \
's,^main() {$,&\n export PATH=${path} GIT_SSL_CAINFO=${ca-bundle},' \
- < ./retiolum/scripts/github_hosts_sync/hosts-sync \
+ < hosts-sync \
> $out/bin/github-hosts-sync
chmod +x $out/bin/github-hosts-sync