mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
doc: nixfmt code blocks
This commit is contained in:
parent
2e2f0f5dfd
commit
f307225c55
1 changed files with 1 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue