mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-06-24 05:51:20 +02:00
feat: add TODO - nix option difinitions
This commit is contained in:
parent
1465a6b5a0
commit
bd203d5254
@ -203,6 +203,10 @@ export default defineConfig({
|
|||||||
text: "The New CLI",
|
text: "The New CLI",
|
||||||
link: "/other-usage-of-flakes/the-new-cli.md",
|
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",
|
text: "The New CLI",
|
||||||
link: "/zh/other-usage-of-flakes/the-new-cli.md",
|
link: "/zh/other-usage-of-flakes/the-new-cli.md",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "Nix option difinitions",
|
||||||
|
link: "/zh/other-usage-of-flakes/options.md",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
8
docs/other-usage-of-flakes/options.md
Normal file
8
docs/other-usage-of-flakes/options.md
Normal 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)
|
8
docs/zh/other-usage-of-flakes/options.md
Normal file
8
docs/zh/other-usage-of-flakes/options.md
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user