feat: add a custom made treewide formatter (#7992)

This commit is contained in:
Artur Manuel 2024-10-07 19:49:19 +01:00 committed by GitHub
parent 5bf7b1e1fa
commit 46d990f1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 168 additions and 5 deletions

View file

@ -68,7 +68,7 @@ in
inherit version;
src = cleanSourceWith {
filter = name: type: let
filter = name: _type: let
baseName = baseNameOf (toString name);
in
! (hasSuffix ".nix" baseName);