mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +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,
|
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:
|
because of things like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -37,6 +37,8 @@ steps:
|
||||||
- echo +++ Closure diff
|
- echo +++ Closure diff
|
||||||
- git diff --no-index before after || true
|
- git diff --no-index before after || true
|
||||||
- git diff --no-index before after --shortstat || true
|
- git diff --no-index before after --shortstat || true
|
||||||
|
- echo +++ Derivations
|
||||||
|
- grep -c drvPath= after
|
||||||
|
|
||||||
- label: flake check
|
- label: flake check
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue