Skip to content

Commit

Permalink
Merge pull request #2256 from saagarjha/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt authored Oct 29, 2023
2 parents a0b8031 + 3342578 commit caf1737
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 caf1737

Please sign in to comment.