Skip to content

Commit

Permalink
fixed semicolon again
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Jan 9, 2024
1 parent 6603588 commit 185ed72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ in
juliaVersion = version-spec.version;
};
fhsCommand = commandName: commandScript:
scientific-fhs.override { inherit commandName, commandScript; };
scientific-fhs.override { inherit commandName; inherit commandScript; };
name = "julia" + (if version-spec.default then "" else "-" + version-spec.version);
python =
if version-spec.default then [
Expand Down

0 comments on commit 185ed72

Please sign in to comment.