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

import
  (
    pkgs.fetchFromGitHub {
      owner = "justinwoo";
      repo = "easy-purescript-nix";
8
      rev = "c8c32741bc09e2ac0a94d5140cf51fa5de809e24";
9
      sha256 = "0rn938nbxqsd7lp7l8z1y7bhzaq29vbziq6hq9llb3yh9xs10lmf";
10 11 12 13
    }
  ) {
  inherit pkgs;
}