Skip to content

Commit

Permalink
added how to find the specfic commit commits or channel names for con…
Browse files Browse the repository at this point in the history
…structing pin URLs
  • Loading branch information
ellyxir committed Nov 12, 2024
1 parent de4964c commit 02b35a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/reference/pinning-nixpkgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ Specifying remote Nix expressions, such as the one provided by Nixpkgs, can be d
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-22.11.tar.gz") {};
in pkgs.stdenv.mkDerivation { ... }
```
## Finding specific commits and releases
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/).
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.

The official channels list is available at [nixos.org/channels](https://nixos.org/channels).

0 comments on commit 02b35a2

Please sign in to comment.