Skip to content

Commit c44fc6e

Browse files
committed
nix flake update
1 parent 5988f76 commit c44fc6e

File tree

2 files changed

+6
-40
lines changed

2 files changed

+6
-40
lines changed

flake.lock

Lines changed: 6 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
haskell-flake.url = "github:srid/haskell-flake";
66
flake-root.url = "github:srid/flake-root";
77
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
8-
9-
hoogle-input.url = "github:ndmitchell/hoogle";
10-
hoogle-input.flake = false;
118
};
129

1310
outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
@@ -24,28 +21,14 @@
2421
haskellProjects.default = {
2522
settings = {
2623
hackage-server.check = false;
27-
warp-tls.jailbreak = true;
28-
tls-session-manager.jailbreak = true;
29-
# http-client-tls.jailbreak = true;
30-
# crypton-connection.jailbreak = true;
31-
heist.check = false;
3224
ap-normalize.check = false;
33-
extensions.jailbreak = true;
3425
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
3526
tar = { super, ... }:
3627
{ custom = _: super.tar_0_6_0_0; };
37-
# tasty = { super, ... }:
38-
# { custom = _: super.tasty_1_5; };
3928
};
4029
packages = {
4130
# https://community.flake.parts/haskell-flake/dependency#path
42-
hoogle.source = inputs.hoogle-input;
43-
heist.source = "1.1.1.2";
44-
# tls-session-manager.source = "0.0.4";
45-
# warp-tls.source = "3.4.3";
46-
# http-io-streams.source = "0.1.6.3";
4731
tls.source = "1.9.0";
48-
# tasty.source = "1.5";
4932
};
5033
devShell = {
5134
tools = hp: {

0 commit comments

Comments
 (0)