Skip to content

Commit

Permalink
Update Nix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1a authored and jfernandez committed Dec 30, 2024
1 parent c23a822 commit 101ac37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 101ac37

Please sign in to comment.