Update haskell-flake for better default handling

This commit is contained in:
Sridhar Ratnakumar 2022-05-30 18:48:39 -04:00
parent 4717e35671
commit 45ee5796a4
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -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": {

View file

@ -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)