From f307225c5502787e0bb26dfbedadd9834b839021 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 27 Apr 2025 09:25:38 +0300 Subject: [PATCH] doc: nixfmt code blocks --- doc/languages-frameworks/beam.section.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md index dc3e55335cb8..ada05b0ddc22 100644 --- a/doc/languages-frameworks/beam.section.md +++ b/doc/languages-frameworks/beam.section.md @@ -375,9 +375,7 @@ let nodePackages.prettier ]; - inputs = - basePackages - ++ lib.optionals stdenv.hostPlatform.isLinux [ inotify-tools ]; + inputs = basePackages ++ lib.optionals stdenv.hostPlatform.isLinux [ inotify-tools ]; # define shell startup command hooks = ''