mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
fix(docs): remove incorrect format flags
This commit is contained in:
@@ -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, ... }:
|
||||
|
||||
Reference in New Issue
Block a user