mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
languages/json: remove unessesary multiline
Remove unnecessary multiline string in `writeShellApplication`. Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
1f68e37722
commit
fa10b2341d
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@
|
||||||
package = pkgs.writeShellApplication {
|
package = pkgs.writeShellApplication {
|
||||||
name = "jsonfmt";
|
name = "jsonfmt";
|
||||||
runtimeInputs = [pkgs.jsonfmt];
|
runtimeInputs = [pkgs.jsonfmt];
|
||||||
text = ''
|
text = "jsonfmt -w -";
|
||||||
jsonfmt -w -
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue