File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
conf-bpftool/conf-bpftool.0.1.0 Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ available: [ os = "linux" ]
1010depexts: [
1111 [ "linux-tools-common" ] {os-distribution = "ubuntu"}
1212 [ "bpftool" ] {os-distribution = "debian"}
13- [ "bpftool" ] {os-family = "fedora"}
13+ [ "bpftool" ] {os-family = "fedora"}
14+ [ "bpftools" ] {os-distribution = "nixos"}
15+ [ "bpftool" ] {os-distribution = "alpine"}
1416]
1517flags: conf
1618x-commit-hash: "c7ac4c7ff9f2aa23c374a619990c0bdd78976102"
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ available: [ os = "linux" &
4040 (( os-distribution = "debian" & os-version >= "12" ) # Linux 6.1 & Libbpf 1.1.0
4141 |( os-distribution = "ubuntu" & os-version >= "23.04" ) # Linux 6.2 & Libbpf 1.1.0
4242 |( os-family = "fedora" & os-version >= "38" ) # Linux 6.2 & Libbpf 1.1.0
43- |( os-distribution = "nixos" & os-version >= "23.05" )) # Linux 6.1 & Libbpf 1.1.0
43+ |( os-distribution = "nixos" & os-version >= "23.05" ) # Linux 6.1 & Libbpf 1.1.0
44+ |( os-distribution = "alpine" & os-version >= "3.18")) # Linux 6.1 & Libbpf 1.2.2
4445 ]
4546url {
4647 src:
You can’t perform that action at this time.
0 commit comments