summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/flake.nix b/flake.nix
index 544fb4f..c97c033 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,17 +52,10 @@
zlib
zstd
libbpf
- vulkan-loader
- openssl
- pkgconf
- #pkgconfig
- openblas
- libtorch
];
# Environment variables needed for compilation
shellEnv = {
- LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
LIBCLANG_PATH = "${pkgs.lib.getLib pkgs.llvmPackages.libclang}/lib";
BPF_CLANG = pkgs.lib.getExe pkgs.llvmPackages.clang;
BPF_EXTRA_CFLAGS_PRE_INCL = pkgs.lib.concatStringsSep " " [