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

import
  (
    pkgs.fetchFromGitHub {
      owner = "justinwoo";
      repo = "easy-purescript-nix";
8 9
      rev = "9c5ffd3e54c41dece66ed84f8f23970a4f1f3883";
      sha256 = "8erFzbiRJYqPgJHuQwhgBPltQeaWeAZom/5X3lyUAcc=";
10 11 12 13
    }
  ) {
  inherit pkgs;
}