Skip to content

Commit

Permalink
Remove unneeded variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-zahner committed Nov 24, 2024
1 parent 81f4ce6 commit 05c617b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,14 @@
"clippy"
];
};
libPath = pkgs.lib.makeLibraryPath [
pkgs.pkg-config
pkgs.openssl
];
in
pkgs.mkShell {
packages = [
pkgs.pkg-config
pkgs.openssl
rust
];
LD_LIBRARY_PATH = libPath;
RUST_BACKTRACE = 1;
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
};
};
}

0 comments on commit 05c617b

Please sign in to comment.