d2!: rename d2full to d2-full
This commit is contained in:
parent
66824d2f84
commit
b11347fa9d
2 changed files with 7 additions and 24 deletions
29
README.md
29
README.md
|
@ -46,10 +46,6 @@ nix profile install git+https://git.pleshevski.ru/mynix/tools#<name>
|
|||
}
|
||||
```
|
||||
|
||||
> **Note**: For short this url (`git+https://git.pleshevski.ru/mynix/tools`)
|
||||
will be truncated to `.` in the document.
|
||||
|
||||
|
||||
# d2
|
||||
|
||||
_D2 is a modern diagram scripting language that turns text to diagrams._
|
||||
|
@ -57,24 +53,11 @@ _D2 is a modern diagram scripting language that turns text to diagrams._
|
|||
References:
|
||||
- [https://d2lang.com](https://d2lang.com)
|
||||
- [https://github.com/terrastruct/d2](https://github.com/terrastruct/d2)
|
||||
- [https://github.com/terrastruct/TALA](https://github.com/terrastruct/TALA)
|
||||
|
||||
**d2**: Base d2 cli tool
|
||||
|
||||
```
|
||||
nix run .#d2 -- --help
|
||||
```
|
||||
|
||||
**[UNFREE]** **d2full**: Full d2 cli tool with d2plugin-tala
|
||||
|
||||
```
|
||||
NIXPKGS_ALLOW_UNFREE=1 nix run --impure .#d2full -- --help
|
||||
```
|
||||
|
||||
**[UNFREE]** **d2plugin-tala**: A diagram layout engine designed specifically for software
|
||||
architecture diagrams
|
||||
|
||||
```
|
||||
NIXPKGS_ALLOW_UNFREE=1 nix run --impure .#d2full -- --help
|
||||
```
|
||||
|
||||
Packages:
|
||||
- **d2**: Base d2 cli tool
|
||||
- **d2-full** (**UNFREE**): Full d2 cli tool with d2plugin-tala
|
||||
- **d2plugin-tala** (**UNFREE**): A diagram layout engine designed specifically
|
||||
for software architecture diagrams
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
in
|
||||
{
|
||||
inherit d2 d2plugin-tala;
|
||||
d2full = d2.override { withTala = true; };
|
||||
d2-full = d2.override { withTala = true; };
|
||||
};
|
||||
|
||||
mkApp = drv: flake-utils.lib.mkApp { inherit drv; };
|
||||
|
|
Loading…
Reference in a new issue