Skip to content

Commit 02b35a2

Browse files
committed
added how to find the specfic commit commits or channel names for constructing pin URLs
1 parent de4964c commit 02b35a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/reference/pinning-nixpkgs.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ Specifying remote Nix expressions, such as the one provided by Nixpkgs, can be d
7777
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-22.11.tar.gz") {};
7878
in pkgs.stdenv.mkDerivation { ... }
7979
```
80+
## Finding specific commits and releases
81+
The latest commit that has passed tests for each release, and also a list of channel names are available at [status.nixos.org](https://status.nixos.org/).
82+
The commit can be used when pinning to a specific commit and the channel name can be used when pinning to the latest channel version.
83+
84+
The official channels list is available at [nixos.org/channels](https://nixos.org/channels).

0 commit comments

Comments
 (0)