From b42fbdd7ea72e95fad3e7595b68b440b6f4665a7 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 26 Mar 2024 21:36:43 +0100 Subject: [PATCH] check-by-name: Remove now-unnecessary scripts/pinned-tool.json It was not removed in https://github.com/NixOS/nixpkgs/pull/297901 so that CI for that PR itself would not fail since CI runs from the base branch. --- pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json diff --git a/pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json b/pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json deleted file mode 100644 index 350e71bffc79..000000000000 --- a/pkgs/test/nixpkgs-check-by-name/scripts/pinned-tool.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "rev": "b8697e57f10292a6165a20f03d2f42920dfaf973", - "ci-path": "/nix/store/w6w7khwfq6qzm4bsyijhg7m2kqv9f9jl-nixpkgs-check-by-name" -}