Update haskell-flake

This commit is contained in:
Sridhar Ratnakumar 2023-04-19 15:06:23 -04:00
parent 7ac773c087
commit bdd1350254
2 changed files with 5 additions and 7 deletions

6
flake.lock generated
View file

@ -35,11 +35,11 @@
},
"haskell-flake": {
"locked": {
"lastModified": 1680963459,
"narHash": "sha256-amqQMQi8D8dACHR717LcZ3X51Vg4UJqHtlQLJbCjV8c=",
"lastModified": 1681930822,
"narHash": "sha256-VKTGW5oydw6vZpGuqeBO7zFnl0t+BedxO0U/o0BVE/U=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "c74e7c596792e0baf5cd22a9fd0f213e05679b7a",
"rev": "4e8e79b9b4f274f518dcc27f4e980d9f421c88a4",
"type": "github"
},
"original": {

View file

@ -33,7 +33,7 @@
} // config.treefmt.build.programs;
hlsCheck.enable = true;
};
autoWire = false; # Enables us to wire flake outputs manually.
autoWire = [ "packages" "apps" "checks" ]; # Wire all but the devShell
};
# Auto formatters. This also adds a flake check to ensure that the
@ -90,9 +90,7 @@
};
# Default package.
packages.default = config.haskellProjects.default.outputs.localPackages.haskell-template;
checks = config.haskellProjects.default.outputs.checks;
packages.default = self'.packages.haskell-template;
# Default shell.
devShells.default = pkgs.mkShell {