Skip to content

Commit

Permalink
Update shellToReplInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 13, 2023
1 parent 349a5c0 commit 6086b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codedown/mkCodeDownEnvironment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let
shellToReplInfo = shell: {
name = shell.contents.name;
display_name = shell.contents.displayName;
executable_name = shell.contents.executableName;
attr = shell.contents.attr;
args = ["${shell.contents}/lib/codedown/shell"];
icon = shell.contents.icon;
};
Expand Down

0 comments on commit 6086b68

Please sign in to comment.