Skip to content

Commit

Permalink
add nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 21, 2023
1 parent 7f48888 commit 2e3f219
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ keys.txt
test
.buildcmd
.build-result
shell.nix
*.dSYM
*.zst
testdata/many-events.json
Expand Down
7 changes: 7 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [ autoreconfHook flatbuffers flatcc pkg-config ];

LIBCLANG_PATH="${llvmPackages.libclang}/lib";
}

0 comments on commit 2e3f219

Please sign in to comment.