From 98a990c6a60c56920c0748f459af06a3aed25242 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 27 Jun 2020 23:14:41 +0200 Subject: feat(nix/getBins): add getBins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a simple-stupid “unix import system” for nix, for referencing binaries in `/bin/` by their name and lifting them to a Nix attrset. Allows for simple aliasing of executable names. Change-Id: Ifa23cb377201c3b08050c5026e9751e736afaf56 Reviewed-on: https://cl.tvl.fyi/c/depot/+/664 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 c13b8f1b31..ab45ec002c 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -132,6 +132,7 @@ let tree which writeScript + writeScriptBin writeShellScript writeShellScriptBin writeText -- cgit 1.4.1