nix-helpers: 82a934141f7bea1f09bb1fab32c7b9c4f00a99c5

     1: { fetchFromGitHub }:
     2: 
     3: { rev, sha256 }:
     4: fetchFromGitHub {
     5:   inherit rev sha256;
     6:   owner = "NixOS";
     7:   repo = "nixpkgs";
     8: }

Generated by git2html.