From 185ed72120438be03765066d3dea9ba087668570 Mon Sep 17 00:00:00 2001 From: Owen Lynch Date: Mon, 8 Jan 2024 18:03:21 -0800 Subject: [PATCH] fixed semicolon again --- module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.nix b/module.nix index bee8db4..fb102f5 100644 --- a/module.nix +++ b/module.nix @@ -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 [