Add markdown response support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/23.11";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/25.11";
|
||||
haskell-flake.url = "github:srid/haskell-flake";
|
||||
parts.url = "github:hercules-ci/flake-parts";
|
||||
};
|
||||
@@ -17,7 +17,7 @@
|
||||
haskellProjects.default = {
|
||||
basePackages = pkgs.haskellPackages;
|
||||
packages = {
|
||||
http2.source = "3.0.3";
|
||||
http2.source = "5.3.10";
|
||||
};
|
||||
devShell = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user