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: src/nix/upgrade-nix.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@ R""(
16
16
17
17
# Description
18
18
19
-
This command upgrades Nix to the stable version declared in Nixpkgs.
20
-
This stable version is defined in [nix-fallback-paths.nix](https://github.com/NixOS/nixpkgs/raw/master/nixos/modules/installer/tools/nix-fallback-paths.nix)
19
+
This command upgrades Nix to the stable version.
20
+
21
+
By default, the latest stable version is defined by Nixpkgs, in
0 commit comments