Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksn committed Jul 28, 2021
1 parent b3e47e5 commit a508a8d
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 1 deletion.
13 changes: 13 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
with (import <nixpkgs> {});
let
gems = bundlerEnv {
name = "json-fuzz-generator";
inherit ruby;
gemdir = ./.;
};
in {
shell = stdenv.mkDerivation {
name = "json-fuzz-generator";
buildInputs = [gems ruby];
};
}
Loading

0 comments on commit a508a8d

Please sign in to comment.