Skip to content

Commit bf36758

Browse files
cleanup
1 parent 63da725 commit bf36758

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flake.nix

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
compilerVersion = "ghc945";
2828
pkgs = nixpkgs.legacyPackages.${system};
2929
hsPkgs = pkgs.haskell.packages.${compilerVersion}.override {
30-
overrides = hfinal: hprev: with pkgs.haskell.lib; {
30+
overrides = hfinal: hprev: {
3131
# Internal Packages
3232
distributed-process = hfinal.callCabal2nix "distributed-process" ./. {};
3333

@@ -39,9 +39,6 @@
3939
in {
4040
formatter = forAllSystems ({pkgs, ...}: pkgs.alejandra);
4141

42-
# You can't build the servicehub package as a check because of IFD in cabal2nix
43-
checks = {};
44-
4542
# nix develop
4643
devShells = forAllSystems ({hsPkgs, pkgs, ...}: {
4744
default = hsPkgs.shellFor {

0 commit comments

Comments
 (0)