Skip to content

Commit

Permalink
fix(commands): julia format.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Jun 16, 2023
1 parent 783b56a commit b366fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/julia2nix/devshellProfiles/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
{
name = "jlfmt";
category = "dev";
help = "Julia formatter";
command = ''
${cell.nixago.juliaFormatter}/bin/julia -e 'import Pkg; using JuliaFormatter;format(\"$@\")'
${cell.nixago.juliaFormatter}/bin/format.jl "$@"
'';
}
];
Expand Down

0 comments on commit b366fb6

Please sign in to comment.