From 1a174e2eaa5ad3fd83dc701b17868f4868060d6b Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 4 Jan 2023 17:08:00 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/995d6bc162c0539998ef6375c2c6b612972dc016' (2022-12-01) → 'github:hercules-ci/flake-parts/87673d7c13a799d95ce25ff5dc7b9e15f01af2ea' (2023-01-01) --- flake.lock | 7 +++---- flake.nix | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index e3a9e45..7171d17 100644 --- a/flake.lock +++ b/flake.lock @@ -7,16 +7,15 @@ ] }, "locked": { - "lastModified": 1669931201, - "narHash": "sha256-UnYFeaLPLj7e4eEt4GJooeJZhaZXyloQZYinwO/CeUw=", + "lastModified": 1672616755, + "narHash": "sha256-dvwU2ORLpiP6ZMXL3CJ/qrqmtLBLF6VAc+Fois7Qfew=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "995d6bc162c0539998ef6375c2c6b612972dc016", + "rev": "87673d7c13a799d95ce25ff5dc7b9e15f01af2ea", "type": "github" }, "original": { "owner": "hercules-ci", - "ref": "easyOverlay", "repo": "flake-parts", "type": "github" } diff --git a/flake.nix b/flake.nix index 826980d..59b5168 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/haskell-updates"; haskell-flake.url = "github:srid/haskell-flake"; - flake-parts.url = "github:hercules-ci/flake-parts/easyOverlay"; # TODO merge + flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; };