1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

fix fuzz setup

This commit is contained in:
Robin Appelman 2022-12-13 19:23:19 +01:00
commit 968cc80bee
10 changed files with 417 additions and 228 deletions

View file

@ -2,7 +2,7 @@
inputs = {
utils.url = "github:numtide/flake-utils";
naersk.url = "github:nix-community/naersk";
nixpkgs.url = "nixpkgs/release-22.05";
nixpkgs.url = "nixpkgs/release-22.11";
};
outputs = {