From 521f5859f9a16a30a3a254282e70e6bf179f3408 Mon Sep 17 00:00:00 2001 From: Haiyue Wang Date: Wed, 13 Dec 2023 09:19:18 +0800 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 233768b3..d0bab9c6 100644 --- a/README.md +++ b/README.md @@ -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).