Skip to content

Commit

Permalink
Add a shell.nix with build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Oct 29, 2023
1 parent a0b8031 commit 3342578
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = [
pkgs.clang
pkgs.libarchive
pkgs.lld
pkgs.meson
pkgs.ninja
pkgs.sqlite
];
}

0 comments on commit 3342578

Please sign in to comment.