nix: update haskell-flake
This commit is contained in:
parent
45ee5796a4
commit
ccd03a1fc4
2 changed files with 4 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"haskell-flake": {
|
"haskell-flake": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1653950878,
|
"lastModified": 1653951854,
|
||||||
"narHash": "sha256-s9YkeyABvYs/toR3YaNwaopREM2vLUxVY7oyUVBa4+k=",
|
"narHash": "sha256-lgYYtKhJWKLjo1/hUF4+VgH0NZYr4rofQKALfh6fOSk=",
|
||||||
"owner": "srid",
|
"owner": "srid",
|
||||||
"repo": "haskell-flake",
|
"repo": "haskell-flake",
|
||||||
"rev": "4dc3889b4a99b17c17ad6003135b9d590594df13",
|
"rev": "5777cc55c12119b1f8b4eee302de139c0dce1d3d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
];
|
];
|
||||||
perSystem = { self', pkgs, ... }: {
|
perSystem = { self', pkgs, ... }: {
|
||||||
haskellProjects.default = {
|
haskellProjects.default = {
|
||||||
|
root = ./.;
|
||||||
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