mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
feat: add drv count
This commit is contained in:
parent
b9886bd88c
commit
900f1f6f35
2 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
||||
```
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue