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

set nonHackagePackages to trivial

parent d806ad0f
Branches
Tags
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
ghc = pkgs.haskell.compiler.ghc942; ghc = pkgs.haskell.compiler.ghc942;
haskellLib = pkgs.haskell.lib.compose; haskellLib = pkgs.haskell.lib.compose;
initialPackages = import ./overlay.nix; initialPackages = import ./overlay.nix;
nonHackagePackages = self: super: { };
compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { haskellLib = haskellLib; }; compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { haskellLib = haskellLib; };
}; };
hp' = pkgs.lib.filterAttrs hp' = pkgs.lib.filterAttrs
......
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