We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce2fe8 commit e36f969Copy full SHA for e36f969
flake.nix
@@ -31,8 +31,9 @@
31
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
32
tar = { super, ... }:
33
{ custom = _: super.tar_0_6_2_0; };
34
- tls = { super, ... }:
35
- { custom = _: super.tls_2_0_1 // { check = false; }; };
+ # tls = { super, ... }:
+ # { custom = _: super.tls_2_0_1 // { check = false; }; };
36
+ tls.check = false;
37
tls-session-manager = { super, ... }:
38
{ custom = _: super.tls-session-manager_0_0_5; };
39
tasty = { super, ... }:
@@ -44,7 +45,7 @@
44
45
};
46
packages = {
47
# https://community.flake.parts/haskell-flake/dependency#path
- # tls.source = "1.9.0";
48
+ tls.source = "2.0.1";
49
50
devShell = {
51
tools = hp: {
0 commit comments