From 900f1f6f35df48b17124d1b7d749cc31166481c6 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Tue, 8 Feb 2022 20:34:24 -0500 Subject: [PATCH] feat: add drv count --- README.md | 2 +- buildkite.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d90c2a3..b961399 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ and a comparison between alternatives ``` As of 2022-02-08, - there are 47 differences in a set of 38955 derivations + there are 47 differences in a set of 36278 derivations because of things like this: ``` diff --git a/buildkite.yaml b/buildkite.yaml index 0097f4d..dec334d 100644 --- a/buildkite.yaml +++ b/buildkite.yaml @@ -37,6 +37,8 @@ steps: - echo +++ Closure diff - git diff --no-index before after || true - git diff --no-index before after --shortstat || true + - echo +++ Derivations + - grep -c drvPath= after - label: flake check command: