Skip to content

Commit

Permalink
fix broken nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaulhaber committed Oct 4, 2024
1 parent 0036cb8 commit e7f6b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ result
.DS_Store
*.elc
libreel.*
result
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

LIBCLANG_PATH = mkClangPath pkgs;
BINDGEN_EXTRA_CLANG_ARGS = mkBindgenExtraClangArgs pkgs;
PKG_CONFIG_PATH="${pkgs.openssl.dev}/lib/pkgconfig";
};
default = self.packages.${system}.${projectName};
}
Expand Down

0 comments on commit e7f6b92

Please sign in to comment.