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

callPackage: set configurationArm to trivial

parent 392b7ec4
Branches
Tags
No related merge requests found
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
legacyPackages = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) { legacyPackages = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) {
buildHaskellPackages = pkgs.haskell.packages.ghc942; buildHaskellPackages = pkgs.haskell.packages.ghc942;
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: { };
configurationCommon = import ./configuration.nix; configurationCommon = import ./configuration.nix;
configurationNix = { pkgs, haskellLib }: self: super: { }; configurationNix = { pkgs, haskellLib }: self: super: { };
ghc = pkgs.haskell.compiler.ghc942; ghc = pkgs.haskell.compiler.ghc942;
......
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