mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-10 14:54:13 +00:00
feat: add todo - testing
This commit is contained in:
parent
bf3dda3084
commit
f69505e9ee
3 changed files with 26 additions and 0 deletions
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
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 a new issue