From df566e9b4aa06fbc4804667f7befdff8248e480e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 Aug 2021 23:50:56 +0300 Subject: style(depot): Use depot path format for args filter errors As pointed out by sterni, we don't need lib for this. Change-Id: Ide9719641098f770a098a938d047afa0dcb5dc6d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3439 Reviewed-by: sterni Tested-by: BuildkiteCI --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 04bf9ace8f..f26b970e83 100644 --- a/default.nix +++ b/default.nix @@ -50,7 +50,7 @@ let If a project under //users is required by something else, please move it to a different depot path. - At location: [ ${toString parts} ] + At location: //${builtins.concatStringsSep "/" parts} ''; }; }; -- cgit 1.4.1