diff --git a/module.nix b/module.nix index 0683f08..f97752f 100644 --- a/module.nix +++ b/module.nix @@ -39,7 +39,7 @@ in juliaVersion = version-spec.version; }; fhsCommand = commandName: commandScript: - scientific-fhs.override { inherit commandName, commandScript }; + scientific-fhs.override { inherit commandName commandScript; }; name = "julia" + (if version-spec.default then "" else "-" + version-spec.version); python = if version-spec.default then [