Skip to content

Commit

Permalink
ci: fix nix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-abrar committed Nov 6, 2020
1 parent cfd6e18 commit 817ae07
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,6 @@
}:
let
haskellOverlay = self: super: {
reflex = self.callHackageDirect {
pkg = "reflex";
ver = "0.7.1.0";
sha256 = "0a933xz7yl931m90bbwi9akfz77q6px36grlx6wba55mn1klpn27";
} {};

reflex-fsnotify = self.callHackageDirect {
pkg = "reflex-fsnotify";
ver = "0.2.1.1";
sha256 = "1snbvf8z942fpb0r5spaxcdc036v6b1akgdscpfghz81bdvcxy8i";
} {};

reflex-process = self.callHackageDirect {
pkg = "reflex-process";
ver = "0.3.0.0";
sha256 = "0xx8gzs7c60zh8rj794hyisljp0gwb26m34ns8z9xgp1k8jgkdgj";
} {};

reflex-vty = self.callHackageDirect {
pkg = "reflex-vty";
ver = "0.1.4.0";
sha256 = "0djs7y4mmkb2q5hvp1fr1gn81k08hzab8v3c6qvh7nyn1fdh8zvh";
} {};
};

self-reflex-platform = reflex-platform-fun {};
Expand Down

0 comments on commit 817ae07

Please sign in to comment.