We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6849399 commit 38ecf3bCopy full SHA for 38ecf3b
2 files changed
deps/bpf-linker.nix
shell.nix
@@ -4,7 +4,7 @@ pkgs.mkShell {
4
nativeBuildInputs = with pkgs; [
5
rustup
6
pkg-config
7
- (pkgs.callPackage deps/bpf-linker.nix { useRustLlvm = true; })
+ bpf-linker
8
9
# For llvm-objdump
10
llvmPackages.bintools
0 commit comments