Skip to content

Commit

Permalink
Update nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
averyanalex committed Dec 20, 2023
1 parent 1a62616 commit 2f35fbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
in {
devShells = {
default = pkgs.mkShell {
buildInputs = [rust pkgs.cbc pkgs.cmake];
buildInputs = [rust pkgs.cmake];
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";
shellHook = with pkgs; ''
export BINDGEN_EXTRA_CLANG_ARGS="$(< ${stdenv.cc}/nix-support/libc-crt1-cflags) \
Expand Down

0 comments on commit 2f35fbd

Please sign in to comment.