henryken / techleadjournal.dev-comments

This repo is for tracking post comments from techleadjournal.dev website
0 stars 0 forks source link

episodes/40/ #6

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

40 - Data-Driven DevOps with Launchable - Kohsuke Kawaguchi - Tech Lead Journal

https://techleadjournal.dev/episodes/40/

NikolayTach commented 2 years ago

let
  mach-nix = import (builtins.fetchGit {
    url = “https://github.com/DavHau/mach-nix”;
url = “https://github.com/kohsuke/com4j”;
    ref = “refs/tags/3.3.0”;
  }) { };

in pkgs.mkShell {
  buildInputs = [ (mach-nix.mkPython {
W
    packagesExtra = [ ./. ];
  }) ];
}

img