Skip to content

Commit 2dcd615

Browse files
authored
Merge pull request #30 from jonasc/patch-1
2 parents ab3ee87 + b022a88 commit 2dcd615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/modules/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ delib.module {
9595

9696
## Alejandra {#alejandra}
9797
```nix
98-
{delib, ...}:
98+
{delib, pkgs, ...}:
9999
delib.module {
100100
name = "programs.alejandra";
101101

docs/src/ru/modules/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ delib.module {
9595

9696
## Alejandra {#alejandra}
9797
```nix
98-
{delib, ...}:
98+
{delib, pkgs, ...}:
9999
delib.module {
100100
name = "programs.alejandra";
101101

0 commit comments

Comments
 (0)