update nix flake with deps
This commit is contained in:
parent
30bef24924
commit
138613156a
1 changed files with 6 additions and 0 deletions
|
@ -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" ./. { };
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue