Update haskell-flake for better default handling
This commit is contained in:
parent
4717e35671
commit
45ee5796a4
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue