Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix-stackage
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 27, 2023
2 parents 8c11016 + 1dcbcc7 commit b30de01
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion hix/init/flake.nix
Expand Up @@ -19,7 +19,8 @@
hixProject =
final.haskell-nix.hix.project {
src = ./.;
evalSystem = "EVAL_SYSTEM";
# uncomment with your current system for `nix flake show` to work:
#evalSystem = "EVAL_SYSTEM";
};
})
];
Expand Down
1 change: 0 additions & 1 deletion nix-tools/flake.nix
Expand Up @@ -17,7 +17,6 @@
hixProject =
final.haskell-nix.hix.project {
src = ./.;
evalSystem = "x86_64-darwin";
compiler-nix-name = __head compilers;
};
})
Expand Down
2 changes: 1 addition & 1 deletion overlays/hix.nix
Expand Up @@ -35,7 +35,7 @@ final: prev: { haskell-nix = prev.haskell-nix // { hix = {
then {}
else import src;
projectDefaults = importDefaults (toString (src.origSrcSubDir or src) + "/nix/hix.nix");
in final.haskell-nix.project [
in final.haskell-nix.project' [
(import ../modules/hix-project.nix)
projectDefaults
commandArgs'
Expand Down

0 comments on commit b30de01

Please sign in to comment.