Skip to content

Commit

Permalink
avoid haskell on m1 - NixOS/nixpkgs#179159
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Jun 28, 2022
1 parent 7ed2d50 commit 3fc0d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ in
sdks = [ "6.0" ];
};
git.enable = true;
haskell.stack.enable = true;
haskell.ihp.enable = true;
# haskell.stack.enable = true;
# haskell.ihp.enable = true;
smd_launcher.enable = true;
zsh = {
enable = true;
Expand Down

0 comments on commit 3fc0d22

Please sign in to comment.