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

configuration-darwin: init

parent b04d3fea
No related merge requests found
{ pkgs, haskellLib }:
with pkgs.haskell.lib;
final: prev: {
alsa-core = null;
alsa-mixer = null;
iwlib = null;
libsystemd-journal = null;
}
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
compilerConfig = pkgs.callPackage ./configuration-ghc.nix { inherit haskellLib; }; compilerConfig = pkgs.callPackage ./configuration-ghc.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: { }; configurationDarwin = import ./configuration-darwin.nix;
configurationNix = { pkgs, haskellLib }: self: super: { }; configurationNix = { pkgs, haskellLib }: self: super: { };
ghc = pkgs.haskell.compiler.ghc944; ghc = pkgs.haskell.compiler.ghc944;
inherit haskellLib; inherit haskellLib;
...@@ -118,10 +118,7 @@ ...@@ -118,10 +118,7 @@
inherit inputs pkgs; inherit inputs pkgs;
modules = [ modules = [
({ pkgs, ... }: { ({ pkgs, ... }: {
packages = [ packages = [ horizon-gen-nix pkgs.nixpkgs-fmt ];
horizon-gen-nix
pkgs.nixpkgs-fmt
];
}) })
]; ];
}; };
......
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