8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "nix-community";
16 hash = "sha256-pS0D+wdebtpNaGpDee9aBwEKTDvNU56VXer9uzULXcM=";
24 "-Dnix=${lib.getExe nix}"
28 "-Dnix=${lib.getExe nix}"
32 description = "Convert the dependencies in `build.zig.zon` to a Nix expression";
33 mainProgram = "zon2nix";
34 homepage = "https://github.com/nix-community/zon2nix";
35 changelog = "https://github.com/nix-community/zon2nix/blob/${src.rev}/CHANGELOG.md";
36 license = licenses.mpl20;
37 maintainers = with maintainers; [ figsoda ];
38 inherit (zig_0_11.meta) platforms;