Meg's Code Collection
lib/zig/json
about
branches
tags
log
tree
search
Search
lib/zig/json
shell.nix
pretty
plain
permalink
blame
history
•
9 lines
•
133 B
1
with import <nixpkgs> {};
2
3
pkgs.mkShell {
4
nativeBuildInputs = with pkgs; [
5
aflplusplus
6
];
7
8
hardeningDisable = [ "all" ];
9
}