git.fiddlerwoaroof.com
Raw Blame History
with (import ../../github.com/nixos/nixpkgs { system = "aarch64-darwin"; });
stdenv.mkDerivation {
  name = "env";
  buildInputs = [ nodejs yarn git ];
}