diff options
author | tv <tv@shackspace.de> | 2015-10-15 02:00:32 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-15 02:00:32 +0200 |
commit | 7eb564d0eff22226a2e9955a3c239d1a770bde93 (patch) | |
tree | 52895199ea8deda688a4c02bce11b12224f8aa64 /krebs/5pkgs/default.nix | |
parent | 521f74a4fe4635fc9b7366ac928c5066626496d1 (diff) |
push: init at 1.0.0
Diffstat (limited to 'krebs/5pkgs/default.nix')
-rw-r--r-- | krebs/5pkgs/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/krebs/5pkgs/default.nix b/krebs/5pkgs/default.nix index 9b059f046..a8a1b5853 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> |