feat: add TODO - nix option difinitions

This commit is contained in:
Ryan Yin 2023-07-07 14:15:03 +08:00
parent 1465a6b5a0
commit bd203d5254
3 changed files with 24 additions and 0 deletions

View file

@ -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",
},
],
},
{

View file

@ -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)

View file

@ -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)