feat: add todo - testing

This commit is contained in:
Ryan Yin 2023-07-16 13:27:57 +08:00
parent bf3dda3084
commit f69505e9ee
3 changed files with 26 additions and 0 deletions

View file

@ -181,6 +181,10 @@ function themeConfigEnglish() {
text: "Nix Options",
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",
link: "/zh/other-usage-of-flakes/options.md",
},
{
text: "Testing",
link: "/zh/other-usage-of-flakes/testing.md",
},
],
},
{

View file

@ -0,0 +1,9 @@
# Testing
TODO
## References
- [NixOS Testing library](https://nixos.wiki/wiki/NixOS_Testing_library)

View file

@ -0,0 +1,9 @@
# Testing
TODO
## References
- [NixOS Testing library](https://nixos.wiki/wiki/NixOS_Testing_library)