mirror of
https://github.com/divnix/digga.git
synced 2025-01-09 01:26:43 +03:00
chore: update docs
This commit is contained in:
parent
8019c64bd8
commit
a100fee8f0
@ -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
|
||||
|
@ -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"}
|
||||
```
|
||||
|
||||
|
||||
|
@ -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"]
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user