doc: nixfmt code blocks

This commit is contained in:
K900 2025-04-27 09:25:38 +03:00
parent 2e2f0f5dfd
commit f307225c55

View file

@ -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 = ''