From cdfae7de48051b3230044f9bfb81b341608e85f4 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 28 Jun 2020 02:30:08 +0200 Subject: feat(nix/emptyDerivation) add emptyDerivation The most trivial of all derivations. It is more useful than it looks. Can be used to bind nix expressions (e.g. test suites) to a derivation, so that `nix-build` does not crap itself. Change-Id: I61c24d8c129c9505733161207f3c30e820f5b15e Reviewed-on: https://cl.tvl.fyi/c/depot/+/665 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 ab45ec002c..ea03f47361 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -120,6 +120,7 @@ let runCommandLocal rustPlatform rustc + s6-portable-utils sbcl sqlite stern -- cgit 1.4.1