Skip to content

Commit 38ecf3b

Browse files
committed
Remove deps/bpf-linker.nix
NixOS 24.11 bpf-linker is now unbroken.
1 parent 6849399 commit 38ecf3b

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

deps/bpf-linker.nix

Lines changed: 0 additions & 53 deletions
This file was deleted.

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pkgs.mkShell {
44
nativeBuildInputs = with pkgs; [
55
rustup
66
pkg-config
7-
(pkgs.callPackage deps/bpf-linker.nix { useRustLlvm = true; })
7+
bpf-linker
88

99
# For llvm-objdump
1010
llvmPackages.bintools

0 commit comments

Comments
 (0)