diff --git a/flake.nix b/flake.nix index aa2b982b70eda09bf2c37aea78e441eb95413cf7..b0981578348155abf9e1ababff326e1f86083807 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,9 @@ legacyPackages = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) { buildHaskellPackages = pkgs.haskell.packages.ghc942; 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;