From 7eb564d0eff22226a2e9955a3c239d1a770bde93 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 15 Oct 2015 02:00:32 +0200 Subject: push: init at 1.0.0 --- krebs/5pkgs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'krebs/5pkgs/default.nix') 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 -- cgit v1.2.3