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 --- third_party/nixery/default.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 third_party/nixery/default.nix (limited to 'third_party') diff --git a/third_party/nixery/default.nix b/third_party/nixery/default.nix deleted file mode 100644 index 7a798ca0b0..0000000000 --- a/third_party/nixery/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -# Import the Nixery repository as-is, but pass our own package set -# instead of the pin it has. -{ depot, pkgs, ... }: - -let - inherit (depot.nix.readTree) drvTargets; - - commit = "601cd998077f77f257ad1a40fa488add8464650f"; - src = pkgs.fetchFromGitHub { - owner = "google"; - repo = "nixery"; - rev = commit; - sha256 = "195rz25y3hfxcmniysajzjg7g69qhz7w06lql8fn0dbcdcxsq6g4"; - }; -in -drvTargets (import src { - inherit pkgs; - commitHash = _: commit; -}) -- cgit 1.4.1