From 01fb8b3bb98d51e6180f000f30904fb3a4d81611 Mon Sep 17 00:00:00 2001 From: Andrea Bedini Date: Tue, 14 Mar 2023 14:08:30 +0800 Subject: [PATCH] Bump hackage.nix --- flake.lock | 11 +++++++---- flake.nix | 5 +++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 465feddda77..197c16f761c 100644 --- a/flake.lock +++ b/flake.lock @@ -505,11 +505,11 @@ "hackage": { "flake": false, "locked": { - "lastModified": 1668388507, - "narHash": "sha256-NrZF+AvPCgGwqIkFmq3VZBHDHHxWXRyE6A3VSWJtRr8=", + "lastModified": 1678753597, + "narHash": "sha256-u+m4eGVCtj92I0RVXyS8sLxPqmqjTTK4/QE8FgYJHfc=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "b585a1d4005e8aa2c2d3958be88c960dec58540e", + "rev": "fc76032f699f69d2cfd65c147ba1ed480e278f1b", "type": "github" }, "original": { @@ -543,7 +543,9 @@ "flake-compat": "flake-compat_3", "flake-utils": "flake-utils_5", "ghc-8.6.5-iohk": "ghc-8.6.5-iohk", - "hackage": "hackage", + "hackage": [ + "hackage" + ], "hpc-coveralls": "hpc-coveralls", "hydra": "hydra", "nixpkgs": [ @@ -1106,6 +1108,7 @@ "emanote": "emanote", "flake-compat": "flake-compat_2", "flake-utils": "flake-utils_4", + "hackage": "hackage", "haskellNix": "haskellNix", "hostNixpkgs": [ "nixpkgs" diff --git a/flake.nix b/flake.nix index 8422539b98e..2dc8107a9aa 100644 --- a/flake.nix +++ b/flake.nix @@ -132,6 +132,11 @@ haskellNix = { url = "github:input-output-hk/haskell.nix"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.hackage.follows = "hackage"; + }; + hackage = { + url = "github:input-output-hk/hackage.nix"; + flake = false; }; flake-utils.url = "github:numtide/flake-utils"; iohkNix = {