From 17eba437a77d2de549533c8b27d6f815f4059d1b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 27 Jun 2020 05:34:23 +0200 Subject: feat(nix/binify): add binify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create a store path where the executable `exe` is linked to $out/bin/${name}. This is useful for e.g. including it as a “package” in `buildInputs` of a shell.nix. For example, if I have the exeutable /nix/store/…-hello, I can make it into /nix/store/…-binify-hello/bin/hello with `binify { exe = …; name = "hello" }`. Change-Id: I600bdcd8f143bca2dd8dfbb165a9a5a8d6397622 Reviewed-on: https://cl.tvl.fyi/c/depot/+/624 Reviewed-by: tazjin --- third_party/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party') diff --git a/third_party/default.nix b/third_party/default.nix index 934eee1571..7d1e83573a 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -115,6 +115,7 @@ let rsync runCommand runCommandNoCC + runCommandLocal rustPlatform rustc sbcl -- cgit 1.4.1