diff --git a/flake.nix b/flake.nix index 6bf0d3ec3945deac6acda4abdb499524b7ae5c6e..b0981578348155abf9e1ababff326e1f86083807 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,7 @@ compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { inherit haskellLib; }; configurationArm = { pkgs, haskellLib }: self: super: { }; configurationCommon = import ./configuration.nix; + configurationDarwin = { pkgs, haskellLib }: self: super: { }; configurationNix = { pkgs, haskellLib }: self: super: { }; ghc = pkgs.haskell.compiler.ghc942; inherit haskellLib;