From 2f21e0c8c0b47dcf1b29c38a32838f48bd873c0b Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 28 Jun 2020 04:52:08 +0200 Subject: refactor(nix): use our own writeScript(Bin) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have this nice `runExecline` now, so we don’t need to use `runCommand` (which spawns bash) just to write a simple script. Change-Id: I2941ed8c1448fa1d7cc02dc18b24a8a945b2c38b Reviewed-on: https://cl.tvl.fyi/c/depot/+/704 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: BuildkiteCI --- third_party/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'third_party/default.nix') diff --git a/third_party/default.nix b/third_party/default.nix index 8f6bdc907b..042b5d5832 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -132,8 +132,6 @@ let thttpd tree which - writeScript - writeScriptBin writeShellScript writeShellScriptBin writeText -- cgit 1.4.1