easy-ps.nix 287 Bytes
Newer Older
1 2 3 4 5
{ pkgs ? import ./pinned.nix { } }:

import
  (
    pkgs.fetchFromGitHub {
6
      owner = "justinwoo";
7
      repo = "easy-purescript-nix";
8 9
      rev = "ee51a6d459b8fecfcb10f24ca9728e649c6a9e00";
      sha256 = "dVC+xvdUksFFN0LZYXtKVZPUcVGMAWURGuZ5r1g1k/A=";
10 11 12 13
    }
  ) {
  inherit pkgs;
}