fix(docs): remove incorrect format flags

This commit is contained in:
Travis Abendshien
2025-03-09 22:38:39 -07:00
parent 7c48cdefab
commit 301157df00

View File

@@ -129,9 +129,6 @@ Then, make sure you add the `inputs` context to your configuration:
};
}
```
<!-- prettier-ignore-end -->
<!-- prettier-ignore-start -->
=== "NixOS"
```nix title="flake.nix"
{
@@ -186,9 +183,6 @@ Finally, `inputs` can be used in a module to add the package to your packages li
];
}
```
<!-- prettier-ignore-end -->
<!-- prettier-ignore-start -->
=== "NixOS module"
```nix title="configuration.nix"
{ inputs, pkgs, ... }: