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 --- nix/getBins/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nix/getBins/OWNERS (limited to 'nix/getBins/OWNERS') diff --git a/nix/getBins/OWNERS b/nix/getBins/OWNERS new file mode 100644 index 0000000000..a742d0d22b --- /dev/null +++ b/nix/getBins/OWNERS @@ -0,0 +1,3 @@ +inherited: true +owners: + - Profpatsch -- cgit 1.4.1