From 101ac37c7d231af688b0c6da39fa07fc90febc92 Mon Sep 17 00:00:00 2001 From: lewis Date: Mon, 30 Dec 2024 16:25:14 +0200 Subject: [PATCH] Update Nix installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8a1bf0..125eed2 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ sudo pacman -S bpftop ``` ### Nix -You can install bpftop from the NixOS 24.05 stable channel: +You can install bpftop from the NixOS 24.11 stable channel: ``` -nix-channel --add https://nixos.org/channels/nixos-24.05 nixpkgs +nix-channel --add https://nixos.org/channels/nixos-24.11 nixpkgs nix-channel --update nix-env -iA nixpkgs.bpftop ```