Skip to content

Commit 301157d

Browse files
committed
fix(docs): remove incorrect format flags
1 parent 7c48cde commit 301157d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/install.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ Then, make sure you add the `inputs` context to your configuration:
129129
};
130130
}
131131
```
132-
<!-- prettier-ignore-end -->
133-
134-
<!-- prettier-ignore-start -->
135132
=== "NixOS"
136133
```nix title="flake.nix"
137134
{
@@ -186,9 +183,6 @@ Finally, `inputs` can be used in a module to add the package to your packages li
186183
];
187184
}
188185
```
189-
<!-- prettier-ignore-end -->
190-
191-
<!-- prettier-ignore-start -->
192186
=== "NixOS module"
193187
```nix title="configuration.nix"
194188
{ inputs, pkgs, ... }:

0 commit comments

Comments
 (0)