mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-26 10:03:13 +01:00
feat: add todo - testing
This commit is contained in:
parent
bf3dda3084
commit
f69505e9ee
@ -181,6 +181,10 @@ function themeConfigEnglish() {
|
|||||||
text: "Nix Options",
|
text: "Nix Options",
|
||||||
link: "/other-usage-of-flakes/options.md",
|
link: "/other-usage-of-flakes/options.md",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "Testing",
|
||||||
|
link: "/other-usage-of-flakes/testing.md",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -349,6 +353,10 @@ function themeConfigChinese() {
|
|||||||
text: "Nix Options",
|
text: "Nix Options",
|
||||||
link: "/zh/other-usage-of-flakes/options.md",
|
link: "/zh/other-usage-of-flakes/options.md",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: "Testing",
|
||||||
|
link: "/zh/other-usage-of-flakes/testing.md",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
9
docs/other-usage-of-flakes/testing.md
Normal file
9
docs/other-usage-of-flakes/testing.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Testing
|
||||||
|
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
- [NixOS Testing library](https://nixos.wiki/wiki/NixOS_Testing_library)
|
9
docs/zh/other-usage-of-flakes/testing.md
Normal file
9
docs/zh/other-usage-of-flakes/testing.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Testing
|
||||||
|
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
- [NixOS Testing library](https://nixos.wiki/wiki/NixOS_Testing_library)
|
Loading…
Reference in New Issue
Block a user