Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fix: wrong julia pkg inside formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Feb 15, 2024
1 parent 80c125e commit a2b6dc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
enable = true;
name = "format julia code";
entry = ''
${pkgs.julia}/bin/julia -e '
${julia}/bin/julia -e '
using Pkg
Pkg.activate(".")
Pkg.add("JuliaFormatter")
Expand Down

0 comments on commit a2b6dc2

Please sign in to comment.