File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 213213 type = types . submodule {
214214 imports = [ hookModule ] ;
215215 options . settings = {
216- output_filename =
216+ outputFilename =
217217 mkOption {
218218 type = types . str ;
219219 description = "The name of the output file generated after running `cabal2nix`." ;
20502050 name = "cabal2nix" ;
20512051 description = "Run `cabal2nix` on all `*.cabal` files to generate corresponding `.nix` files" ;
20522052 package = tools . cabal2nix-dir ;
2053- entry = "${ hooks . cabal2nix . package } /bin/cabal2nix-dir --outputFileName=${ hooks . cabal2nix . settings . output_filename } " ;
2053+ entry = "${ hooks . cabal2nix . package } /bin/cabal2nix-dir --outputFileName=${ hooks . cabal2nix . settings . outputFilename } " ;
20542054 files = "\\ .cabal$" ;
20552055 after = [ "hpack" ] ;
20562056 } ;
You can’t perform that action at this time.
0 commit comments