From 6d1ac7f7a56cf6c8d0d787f2662f295c4b4bcbbc Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Fri, 30 Dec 2022 21:44:51 +0000 Subject: [PATCH] callPackage: set configurationDarwin to trivial --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6bf0d3ec..b0981578 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; -- GitLab