mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +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 {
|
||||
name = "jsonfmt";
|
||||
runtimeInputs = [pkgs.jsonfmt];
|
||||
text = ''
|
||||
jsonfmt -w -
|
||||
'';
|
||||
text = "jsonfmt -w -";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue