nix-helpers: 1cea4f85861d0e32ad684a30a2ce8feb542b3439

     1: {
     2:   fetchFromGitHub,
     3:   fetchgit,
     4:   hasBinary,
     5:   racketWithPackages,
     6: }:
     7: 
     8: with {
     9:   result = racketWithPackages [
    10:     # Shell commands
    11:     (fetchFromGitHub {
    12:       owner = "willghatch";
    13:       repo = "racket-shell-pipeline";
    14:       rev = "5f4232b58552c0affee15612f93629c5d66db7ea";
    15:       sha256 = "1kn3aflv7z44m65qj1jjjvvkh1d3sbwywscqd6y9gqpjkvfxwib3";
    16:     })
    17:   ];
    18: };
    19: {
    20:   example-usage = result;
    21:   example-has-racket = hasBinary result "racket";
    22: }

Generated by git2html.