We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63da725 commit bf36758Copy full SHA for bf36758
flake.nix
@@ -27,7 +27,7 @@
27
compilerVersion = "ghc945";
28
pkgs = nixpkgs.legacyPackages.${system};
29
hsPkgs = pkgs.haskell.packages.${compilerVersion}.override {
30
- overrides = hfinal: hprev: with pkgs.haskell.lib; {
+ overrides = hfinal: hprev: {
31
# Internal Packages
32
distributed-process = hfinal.callCabal2nix "distributed-process" ./. {};
33
@@ -39,9 +39,6 @@
39
in {
40
formatter = forAllSystems ({pkgs, ...}: pkgs.alejandra);
41
42
- # You can't build the servicehub package as a check because of IFD in cabal2nix
43
- checks = {};
44
-
45
# nix develop
46
devShells = forAllSystems ({hsPkgs, pkgs, ...}: {
47
default = hsPkgs.shellFor {
0 commit comments