1
1
mirror of https://github.com/divnix/digga.git synced 2024-09-11 15:15:24 +03:00

chore: update docs

This commit is contained in:
teutat3s 2021-11-26 13:09:55 +01:00 committed by Parthiv Seetharaman
parent 8019c64bd8
commit a100fee8f0
3 changed files with 3 additions and 9 deletions

View File

@ -3,12 +3,6 @@
[![NixOS](https://img.shields.io/badge/NixOS-unstable-blue.svg?style=flat&logo=NixOS&logoColor=white)](https://nixos.org)
[![Chat](https://img.shields.io/badge/chat-join%20us-brightgreen.svg?style=flat&logo=matrix&logoColor=white)](https://matrix.to/#/#devos:nixos.org)
> #### ⚠ Advisory ⚠
> Digga requires the [flakes][flakes] feature available via an _experimental_
> branch of [nix][nix]. Until nix 3.0 is released, this project
> should be considered unstable, though quite usable as flakes have been
> maturing _well_ for a while.
Digga — slangy German for "good friend" — is a flake utility library
that helps you declaratively craft and manage all three layers of your system
@ -72,7 +66,7 @@ Pull Requests are just as amazing.
Digga is licensed under the [MIT License][mit].
[chat]: https://matrix.to/#/#devos:nixos.org
[chat]: https://matrix.to/#/#devos:matrix.org
[devshell]: https://github.com/numtide/devshell
[examples]: https://github.com/divnix/digga/tree/main/examples
[flakes]: https://nixos.wiki/wiki/Flakes

View File

@ -196,7 +196,7 @@ list of valid NixOS test or path convertible to its or anything convertible to i
*_Example_*
```
{"_type":"literalExample","text":"[\n {\n name = \"testname1\";\n machine = { ... };\n testScript = ''\n # ...\n '';\n }\n ({ corutils, writers, ... }: {\n name = \"testname2\";\n machine = { ... };\n testScript = ''\n # ...\n '';\n })\n ./path/to/test.nix\n];\n"}
{"_type":"literalExpression","text":"[\n {\n name = \"testname1\";\n machine = { ... };\n testScript = ''\n # ...\n '';\n }\n ({ corutils, writers, ... }: {\n name = \"testname2\";\n machine = { ... };\n testScript = ''\n # ...\n '';\n })\n ./path/to/test.nix\n];\n"}
```

View File

@ -71,7 +71,7 @@ list of strings
*_Default_*
```
["aarch64-linux","i686-linux","x86_64-darwin","x86_64-linux"]
["aarch64-linux","aarch64-darwin","i686-linux","x86_64-darwin","x86_64-linux"]
```