From 301157df007ab81f04d9a95f9505b66a22b91c8b Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sun, 9 Mar 2025 22:38:39 -0700 Subject: [PATCH] fix(docs): remove incorrect format flags --- docs/install.md | 6 ------ 1 file changed, 6 deletions(-) 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, ... }: