Skip to content

Commit

Permalink
Fix nix flake (#2030)
Browse files Browse the repository at this point in the history
* Fix nix flake

* Address review
  • Loading branch information
Avi-D-coder committed Jul 22, 2021
1 parent 46eaf58 commit f9042bf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 23 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
tweaks = hself: hsuper:
with haskell.lib; {

hls-tactics-plugin = hsuper.hls-tactics-plugin.override {
refinery = hself.refinery_0_3_0_0;
};

hiedb = hself.callCabal2nix "hiedb"
(builtins.fetchTarball {
url =
Expand All @@ -83,6 +79,29 @@
"13jz8c46zfpf54ya2wsv4akhn0wcfc6qjazqsjfir5gpvsi7v8xr";
}) { };

implicit-hie = hself.callCabal2nix "implicit-hie"
(builtins.fetchTarball {
url =
"https://hackage.haskell.org/package/implicit-hie-0.1.2.6/implicit-hie-0.1.2.6.tar.gz";
sha256 =
"067bmw5b9qg55ggklbfyf93jgpkbzmprmgv906jscfzvv1h8266c";
}) { };

implicit-hie-cradle = hself.callCabal2nix "implicit-hie-cradle"
(builtins.fetchTarball {
url =
"https://hackage.haskell.org/package/implicit-hie-cradle-0.3.0.5/implicit-hie-cradle-0.3.0.5.tar.gz";
sha256 =
"15a7g9x6cjk2b92hb2wilxx4550msxp1pmk5a2shiva821qaxnfq";
}) { };

ghc-source-gen = hself.callCabal2nix "ghc-source-gen"
(builtins.fetchTarball {
url =
"https://hackage.haskell.org/package/ghc-source-gen-0.4.1.0/ghc-source-gen-0.4.1.0.tar.gz";
sha256 =
"0kk599vk54ckikpxkzwrbx7z5x0xr20hr179rldmnlb34bf9mpnk";
}) { };
};

hlsSources =
Expand Down

0 comments on commit f9042bf

Please sign in to comment.