Skip to content

Commit 82aeb00

Browse files
fixup! languages/fish: init
1 parent 2cc95f5 commit 82aeb00

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/plugins/languages/fish.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@
2626
defaultFormat = "fish_indent";
2727
formats = {
2828
fish_indent = {
29-
package = pkgs.writeShellApplication {
30-
name = "fish_indent";
31-
runtimeInputs = [pkgs.fish];
32-
text = "fish_indent";
33-
};
29+
package = pkgs.fish;
30+
config.command = "${cfg.format.package}/bin/fish_indent";
3431
};
3532
};
3633
in {

0 commit comments

Comments
 (0)