Skip to content

Commit c9943dc

Browse files
authored
Fix typo (#1098)
1 parent 244f653 commit c9943dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/first-steps/declarative-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pkgs.mkShellNoCC {
6969

7070
::::{dropdown} Detailed explanation
7171
We use a version of [Nixpkgs pinned to a release branch](<ref-pinning-nixpkgs>).
72-
If you followed the [](ad-hoc-envs) tutorial and don't want to to download all dependencies again, specify the exact same revision as in the section [](towards-reproducibility):
72+
If you followed the [](ad-hoc-envs) tutorial and don't want to download all dependencies again, specify the exact same revision as in the section [](towards-reproducibility):
7373

7474
{lineno-start=1 emphasize-lines="2"}
7575
```nix

0 commit comments

Comments
 (0)