Skip to content
Snippets Groups Projects
Commit 6d1ac7f7 authored by Daniel Firth's avatar Daniel Firth
Browse files

callPackage: set configurationDarwin to trivial

parent 6205cb64
No related merge requests found
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { inherit haskellLib; }; compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { inherit haskellLib; };
configurationArm = { pkgs, haskellLib }: self: super: { }; configurationArm = { pkgs, haskellLib }: self: super: { };
configurationCommon = import ./configuration.nix; configurationCommon = import ./configuration.nix;
configurationDarwin = { pkgs, haskellLib }: self: super: { };
configurationNix = { pkgs, haskellLib }: self: super: { }; configurationNix = { pkgs, haskellLib }: self: super: { };
ghc = pkgs.haskell.compiler.ghc942; ghc = pkgs.haskell.compiler.ghc942;
inherit haskellLib; inherit haskellLib;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment