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 --- ci-builds.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index 1f99afad91..0c81ca31d9 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -62,6 +62,7 @@ in lib.fix(self: { nix.yants.tests tools.cheddar tools.nsfv-setup + depot.nix.getBins.tests ]; # User-specific build targets -- cgit 1.4.1