style: run statix

This commit is contained in:
Primrose 2025-06-28 16:41:11 +02:00
parent 5b7fe1dae8
commit ebabf4f335
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
7 changed files with 25 additions and 25 deletions

View file

@ -18,5 +18,5 @@
pkgs.jq
]
# coreutils for darwin
++ (lib.optional pkgs.stdenv.isDarwin pkgs.uutils-coreutils-noprefix);
++ lib.optional pkgs.stdenv.isDarwin pkgs.uutils-coreutils-noprefix;
}