mirror of
https://github.com/h7x4/nix-attr-search.git
synced 2025-02-01 21:50:50 +01:00
5 lines
141 B
Nix
5 lines
141 B
Nix
{ pkgs, ... }:
|
|
pkgs.writeScriptBin "nix-attr-search-ormolu" ''
|
|
find -name '*.hs' -exec '${pkgs.ormolu}/bin/ormolu' --mode inplace {} \;
|
|
''
|