summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/default.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-10-15 02:00:32 +0200
committertv <tv@shackspace.de>2015-10-15 02:00:32 +0200
commit7eb564d0eff22226a2e9955a3c239d1a770bde93 (patch)
tree52895199ea8deda688a4c02bce11b12224f8aa64 /krebs/5pkgs/default.nix
parent521f74a4fe4635fc9b7366ac928c5066626496d1 (diff)
push: init at 1.0.0
Diffstat (limited to 'krebs/5pkgs/default.nix')
-rw-r--r--krebs/5pkgs/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix
index 9b059f04..a8a1b585 100644
--- a/krebs/5pkgs/default.nix
+++ b/krebs/5pkgs/default.nix
@@ -9,6 +9,10 @@ in
subdirs // rec {
+ push = pkgs'.callPackage ./push {
+ inherit (subdirs) get jq;
+ };
+
execve = name: { filename, argv, envp ? {}, destination ? "" }:
writeC name { inherit destination; } ''
#include <unistd.h>