diff --git a/docs/install.md b/docs/install.md index 0ba721f4..dde41573 100644 --- a/docs/install.md +++ b/docs/install.md @@ -129,9 +129,6 @@ Then, make sure you add the `inputs` context to your configuration: }; } ``` - - - === "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 ]; } ``` - - - === "NixOS module" ```nix title="configuration.nix" { inputs, pkgs, ... }: