From 6716bf018c465f4b943eef0e6716caa7a54940da Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Apr 2022 16:41:20 +0200 Subject: chore(nixery): Housekeeping for depot compatibility Cleans up a whole bunch of things I wanted to get out of the door right away: * depot internal references to //third_party/nixery have been replaced with //tools/nixery * cleaned up files from Github * fixed SPDX & Copyright headers * code formatting and inclusion in //tools/depotfmt checks Change-Id: Iea79f0fdf3aa04f71741d4f4032f88605ae415bb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5486 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- tools/depotfmt.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/depotfmt.nix') diff --git a/tools/depotfmt.nix b/tools/depotfmt.nix index 17c05d0fc405..dbd3a31a0d80 100644 --- a/tools/depotfmt.nix +++ b/tools/depotfmt.nix @@ -24,8 +24,7 @@ let includes = [ "*.nix" ] excludes = [ "third_party/nix/tests/*", - "third_party/nix/src/tests/*", - "tools/nixery/*" + "third_party/nix/src/tests/*" ] [formatter.rust] -- cgit 1.4.1