Skip to content

Commit 9b4ab72

Browse files
MangoIVBodigrim
authored andcommitted
[chore] bump nix dependencies for hoogle h-o deployment
1 parent e5d40ad commit 9b4ab72

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

deploy.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ hoogle, cores ? 4 }:
2-
{ config, lib, pkgs, ... }:
2+
{ lib, pkgs, ... }:
33

44
# The Plan:
55
# Hoogle serves on a uniquely-named UNIX domain socket which we

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
description = "haskell.org hoogle deployment";
33

4-
inputs.nixpkgs.url = "github:nixos/nixpkgs";
4+
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
55
inputs.flake-utils.url = "github:numtide/flake-utils";
66

77
outputs = { self, nixpkgs, flake-utils }:
@@ -13,7 +13,7 @@
1313
let
1414
hsPkgs = pkgs.haskellPackages.override {
1515
overrides = self: super: {
16-
crypton-connection = super.crypton-connection_0_4_3;
16+
hackage-revdeps = super.hackage-revdeps_0_3;
1717
};
1818
};
1919
in hsPkgs.callCabal2nix "hoogle" ./. { };

0 commit comments

Comments
 (0)