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"; };