From bd203d5254df02eb4df92450ea4fc2f4e1f4537d Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 7 Jul 2023 14:15:03 +0800 Subject: [PATCH] feat: add TODO - nix option difinitions --- docs/.vitepress/config.ts | 8 ++++++++ docs/other-usage-of-flakes/options.md | 8 ++++++++ docs/zh/other-usage-of-flakes/options.md | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/other-usage-of-flakes/options.md create mode 100644 docs/zh/other-usage-of-flakes/options.md diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 9a5797a..2b1547f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -203,6 +203,10 @@ export default defineConfig({ text: "The New CLI", link: "/other-usage-of-flakes/the-new-cli.md", }, + { + text: "Nix option difinitions", + link: "/zh/other-usage-of-flakes/options.md", + }, ], }, { @@ -362,6 +366,10 @@ export default defineConfig({ text: "The New CLI", link: "/zh/other-usage-of-flakes/the-new-cli.md", }, + { + text: "Nix option difinitions", + link: "/zh/other-usage-of-flakes/options.md", + }, ], }, { diff --git a/docs/other-usage-of-flakes/options.md b/docs/other-usage-of-flakes/options.md new file mode 100644 index 0000000..0935000 --- /dev/null +++ b/docs/other-usage-of-flakes/options.md @@ -0,0 +1,8 @@ +# Nix option difinitions + +TODO + +## References + +- [NixOS option definitions - NixOS in Production](https://github.com/Gabriella439/nixos-in-production/blob/ffa037c/manuscript/Modules.md) +- [Advanced option definitions - NixOS in Production](https://github.com/Gabriella439/nixos-in-production/blob/ffa037ce7584bd1138d0f16df69821a8eef42b44/manuscript/AdvancedModules.md) diff --git a/docs/zh/other-usage-of-flakes/options.md b/docs/zh/other-usage-of-flakes/options.md new file mode 100644 index 0000000..0935000 --- /dev/null +++ b/docs/zh/other-usage-of-flakes/options.md @@ -0,0 +1,8 @@ +# Nix option difinitions + +TODO + +## References + +- [NixOS option definitions - NixOS in Production](https://github.com/Gabriella439/nixos-in-production/blob/ffa037c/manuscript/Modules.md) +- [Advanced option definitions - NixOS in Production](https://github.com/Gabriella439/nixos-in-production/blob/ffa037ce7584bd1138d0f16df69821a8eef42b44/manuscript/AdvancedModules.md)