You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/nix-installation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Hopefully, this alleviates any worry about installing a complex program on your
39
39
40
40
> **<spanclass="underline">NOTE:</span>** You don't need this step if you're running NixOS, which comes with Nix baked in.
41
41
42
-
Though the latest version of Nix is Nix 2.24.9, we'll be installing the version that the last release of NixOS (24.05) uses, specifically Nix 2.18.8. As discussed in the included [introduction to Nix](nix-introduction.md), this version is considered stable by the Nix community.
42
+
Though the latest version of Nix is Nix 2.24.10, we'll be installing the version that the last release of NixOS (24.05) uses, specifically Nix 2.18.8. As discussed in the included [introduction to Nix](nix-introduction.md), this version is considered stable by the Nix community.
43
43
44
44
The following command calls the official installation script for the recommended version of Nix. Note, this script will require `sudo` access.
Copy file name to clipboardExpand all lines: doc/nix-introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ However, if industrial users move to flakes to address these problems, we have t
194
194
195
195
### Nix quick releases compete with stability<aid="sec-4-2-3"></a>
196
196
197
-
The latest major version of the Nix package manager is currently Nix 2.24.9, but NixOS 24.05, the latest stable release of NixOS, uses Nix 2.18.8. NixOS is the primary way the Nix package manager gets used in the field. Far fewer users install Nix as a package manager atop another operating system. From a community perspective it makes sense to consider Nix 2.18.8 the stable release of the package manager. This version gets the most scrutiny and critical bug fixes.
197
+
The latest major version of the Nix package manager is currently Nix 2.24.10, but NixOS 24.05, the latest stable release of NixOS, uses Nix 2.18.8. NixOS is the primary way the Nix package manager gets used in the field. Far fewer users install Nix as a package manager atop another operating system. From a community perspective it makes sense to consider Nix 2.18.8 the stable release of the package manager. This version gets the most scrutiny and critical bug fixes.
198
198
199
199
As mentioned above, there are strong reasons to use still-experimental features, particularly flakes. However, APIs and calculated hashes change too frequently in experimental features from version-to-version. By sticking with the version used in NixOS, we get less breaking changes. For example, the [flake.lock](../flake.lock) file included with this project has calculated hashes for dependencies. These hashes were computed with Nix 2.18.8, and could change with later versions.
0 commit comments