From c9943dc475c8a61e88805042b59310c994247e78 Mon Sep 17 00:00:00 2001 From: Asher Kadet <99596537+Ashk3000@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:56:06 -0500 Subject: [PATCH] Fix typo (#1098) --- source/tutorials/first-steps/declarative-shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/first-steps/declarative-shell.md b/source/tutorials/first-steps/declarative-shell.md index 725200e1b..74591f370 100644 --- a/source/tutorials/first-steps/declarative-shell.md +++ b/source/tutorials/first-steps/declarative-shell.md @@ -69,7 +69,7 @@ pkgs.mkShellNoCC { ::::{dropdown} Detailed explanation We use a version of [Nixpkgs pinned to a release branch](). -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): +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): {lineno-start=1 emphasize-lines="2"} ```nix