git.delta.rocks / jrsonnet / refs/commits / 64f3674f18c4

difftreelog

source

nix/benchmarks.nix187 Bsourcehistory
1{ stdenv, jrsonnet, go-jsonnet, sjsonnet, jsonnet, hyperfine }:23stdenv.mkDerivation {4  name = "benchmarks";5  __impure = true;6  unpackPhase = "true";78  installPhase = "touch $out";9}