We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc95f5 commit 82aeb00Copy full SHA for 82aeb00
modules/plugins/languages/fish.nix
@@ -26,11 +26,8 @@
26
defaultFormat = "fish_indent";
27
formats = {
28
fish_indent = {
29
- package = pkgs.writeShellApplication {
30
- name = "fish_indent";
31
- runtimeInputs = [pkgs.fish];
32
- text = "fish_indent";
33
- };
+ package = pkgs.fish;
+ config.command = "${cfg.format.package}/bin/fish_indent";
34
};
35
36
in {
0 commit comments