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": {
|
"haskell-flake": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1653928225,
|
"lastModified": 1653950878,
|
||||||
"narHash": "sha256-cyKSY2yH5BxK5FeMX5IfDkxWsuYqRhIDpWIl7ozY4uc=",
|
"narHash": "sha256-s9YkeyABvYs/toR3YaNwaopREM2vLUxVY7oyUVBa4+k=",
|
||||||
"owner": "srid",
|
"owner": "srid",
|
||||||
"repo": "haskell-flake",
|
"repo": "haskell-flake",
|
||||||
"rev": "38569f93c27604377ebc7f04ce8e9148f1c89f85",
|
"rev": "4dc3889b4a99b17c17ad6003135b9d590594df13",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
haskell-flake.flakeModule
|
haskell-flake.flakeModule
|
||||||
];
|
];
|
||||||
perSystem = { self', pkgs, ... }: {
|
perSystem = { self', pkgs, ... }: {
|
||||||
haskellProjects.haskell-template = {
|
haskellProjects.default = {
|
||||||
buildTools = hp: {
|
buildTools = hp: {
|
||||||
# TODO: Use https://github.com/numtide/treefmt/pull/169
|
# TODO: Use https://github.com/numtide/treefmt/pull/169
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
|
|
Loading…
Reference in a new issue