mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-10 14:54:13 +00:00
feat: add TODO - nix option difinitions
This commit is contained in:
parent
1465a6b5a0
commit
bd203d5254
3 changed files with 24 additions and 0 deletions
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
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…
Reference in a new issue