Skip to content

Commit 9925c62

Browse files
committed
Codeblock lint
Signed-off-by: Jesse Szwedko <[email protected]>
1 parent cbf2c2e commit 9925c62

File tree

1 file changed

+1
-1
lines changed
  • website/content/en/docs/setup/installation/operating-systems

1 file changed

+1
-1
lines changed

website/content/en/docs/setup/installation/operating-systems/nixos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Nixpkgs has a [community maintained package][nixpkg-vector] for Vector. It can
1212
be installed on a NixOS system with the following snippet in
1313
`configuration.nix`:
1414

15-
```
15+
```nix
1616
environment.systemPackages = [
1717
pkgs.vector
1818
];

0 commit comments

Comments
 (0)