README.md: update the correct Nix channel

Correct the conmon Nix channel information to fix search error "Wrong channel selected!".

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
This commit is contained in:
Haiyue Wang 2023-12-13 09:19:18 +08:00
parent 311c0533d7
commit 521f5859f9
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ installed, like [runc](https://github.com/opencontainers/runc) or
It is possible to build a statically linked binary of conmon by using
the officially provided
[nix](https://nixos.org/nixos/packages.html?attr=conmon&channel=nixpkgs-unstable&query=conmon)
[nix](https://nixos.org/nixos/packages.html?attr=conmon&channel=unstable&query=conmon)
package and the derivation of it [within this repository](nix/). The
builds are completely reproducible and will create a x86\_64/amd64
stripped ELF binary for [glibc](https://www.gnu.org/software/libc).