Skip to content

Commit 869d6bd

Browse files
move Nix language tutorial to top level
this fits the global outline we developed, and also makes the tutorial more immediately visible - working with the Nix language is a core skill we want to teach after all
1 parent 6cd0c3d commit 869d6bd

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/anti-patterns/language /recipes/best-practices 301
33
/faq /recipes/faq 301
44
/tutorials/contributing /contributing 301
5-
/tutorials/nix-language /tutorials/first-steps/nix-language 301
5+
/tutorials/first-steps/nix-language /tutorials/nix-language 301
66
/tutorials/ad-hoc-developer-environments /tutorials/first-steps/ad-hoc-shell-environments 301
77
/tutorials/towards-reproducibility-pinning-nixpkgs /tutorials/first-steps/towards-reproducibility-pinning-nixpkgs 301
88
/tutorials/declarative-and-reproducible-developer-environments /tutorials/first-steps/declarative-and-reproducible-developer-environments 301

source/tutorials/first-steps/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ You will also learn the Nix language, and use it to build portable, reproducible
1111
:maxdepth: 1
1212
ad-hoc-shell-environments.md
1313
reproducible-scripts.md
14-
nix-language.md
1514
towards-reproducibility-pinning-nixpkgs.md
1615
declarative-and-reproducible-developer-environments.md
1716
dev-environment.md

source/tutorials/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ These sections contains series of lessons to get started.
88
:maxdepth: 2
99
1010
first-steps/index.md
11+
nix-language.md
1112
learning-journey/index.md
1213
nixos/index.md
1314
cross-compilation.md
File renamed without changes.

0 commit comments

Comments
 (0)