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

Merge branch 'darwin-eval' into 'master'

Improve the darwin eval situation

See merge request horizon/horizon-platform!35
parents 392b7ec4 6d1ac7f7
No related merge requests found
......@@ -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;
......
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