Skip to content

Commit

Permalink
Merge pull request haskell#1290 from peterbecich/nix-flake-update
Browse files Browse the repository at this point in the history
`nix flake update`
  • Loading branch information
peterbecich authored Jan 28, 2024
2 parents 5988f76 + c44fc6e commit 991f21d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
29 changes: 6 additions & 23 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
haskell-flake.url = "github:srid/haskell-flake";
flake-root.url = "github:srid/flake-root";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";

hoogle-input.url = "github:ndmitchell/hoogle";
hoogle-input.flake = false;
};

outputs = inputs@{ self, nixpkgs, flake-parts, ... }:
Expand All @@ -24,28 +21,14 @@
haskellProjects.default = {
settings = {
hackage-server.check = false;
warp-tls.jailbreak = true;
tls-session-manager.jailbreak = true;
# http-client-tls.jailbreak = true;
# crypton-connection.jailbreak = true;
heist.check = false;
ap-normalize.check = false;
extensions.jailbreak = true;
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
tar = { super, ... }:
{ custom = _: super.tar_0_6_0_0; };
# tasty = { super, ... }:
# { custom = _: super.tasty_1_5; };
};
packages = {
# https://community.flake.parts/haskell-flake/dependency#path
hoogle.source = inputs.hoogle-input;
heist.source = "1.1.1.2";
# tls-session-manager.source = "0.0.4";
# warp-tls.source = "3.4.3";
# http-io-streams.source = "0.1.6.3";
tls.source = "1.9.0";
# tasty.source = "1.5";
};
devShell = {
tools = hp: {
Expand Down

0 comments on commit 991f21d

Please sign in to comment.