From 45ee5796a4e55f9089ee74f8ef4fbae4c8bd4291 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 30 May 2022 18:48:39 -0400 Subject: [PATCH] Update haskell-flake for better default handling --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c92be61..30d3cb4 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "haskell-flake": { "locked": { - "lastModified": 1653928225, - "narHash": "sha256-cyKSY2yH5BxK5FeMX5IfDkxWsuYqRhIDpWIl7ozY4uc=", + "lastModified": 1653950878, + "narHash": "sha256-s9YkeyABvYs/toR3YaNwaopREM2vLUxVY7oyUVBa4+k=", "owner": "srid", "repo": "haskell-flake", - "rev": "38569f93c27604377ebc7f04ce8e9148f1c89f85", + "rev": "4dc3889b4a99b17c17ad6003135b9d590594df13", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index c57c6a7..4d6a5eb 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ haskell-flake.flakeModule ]; perSystem = { self', pkgs, ... }: { - haskellProjects.haskell-template = { + haskellProjects.default = { buildTools = hp: { # TODO: Use https://github.com/numtide/treefmt/pull/169 inherit (pkgs)