Skip to content

Commit

Permalink
chore: add basic shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Sep 30, 2024
1 parent 2af1972 commit 94a9317
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ pkgs ? import<nixpkgs> {} }: pkgs.mkShell{
nativeBuildInputs = with pkgs; [pkg-config rustPlatform.bindgenHook];
buildInputs = with pkgs; [systemdMinimal.dev libclang.lib];
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
}

0 comments on commit 94a9317

Please sign in to comment.