Skip to content

Commit

Permalink
update nix flake with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
piq9117 authored and jgm committed Sep 16, 2023
1 parent 30bef24 commit 1386131
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
haskell = prev.haskell // {
packageOverrides = hfinal: hprev:
prev.haskell.packageOverrides hfinal hprev // {
crypton-connection = final.fetchFromGitHub {
owner = "kazu-yamamoto";
repo = "crypton-connection";
rev = "5c064b911e7327a4d399fd9dd057663d0d0fb256";
sha256 = "00j1nf9glbz0cnzd84vp08j9ybzjbm3b6gcamlqxxcjb31kllz4b";
};
pandoc = hfinal.callCabal2nix "pandoc" ./. { };
};
};
Expand Down

0 comments on commit 1386131

Please sign in to comment.