-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor wiring in default.nix and nix/default.nix
Move sources, haskellNix and haskellNixOverlays to the top level default.nix which allows for passing the haskellNixOverlays from flake.nix and thus simply importing 'default.nix' directly. The reason why this is important is that haskell.nix needs to use a different overlay for when using in flake evaluationor normal one. This is due to the fact that when evaluating flakes builtins.currentSystem is not available.
- Loading branch information
Showing
3 changed files
with
13 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters