Skip to content

Commit

Permalink
Merge branch 'master' into gabriella/fix_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Feb 10, 2023
2 parents 2d2b8e8 + 84e4f9c commit 46dc419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
description = "ghc.nix - the ghc devShell";
nixConfig.bash-prompt = "\\e[34;1mghc.nix ~ \\e[0m";
nixConfig.bash-prompt = "\\[\\e[34;1m\\]ghc.nix ~ \\[\\e[0m\\]";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
Expand Down
2 changes: 1 addition & 1 deletion ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ in
, withDwarf ? (pkgsFor nixpkgs system).stdenv.isLinux # enable libdw unwinding support
, withNuma ? (pkgsFor nixpkgs system).stdenv.isLinux
, withDtrace ? (pkgsFor nixpkgs system).stdenv.isLinux
, withGrind ? true
, withGrind ? !((pkgsFor nixpkgs system).valgrind.meta.broken or false)
, withEMSDK ? false # load emscripten for js-backend
}:

Expand Down

0 comments on commit 46dc419

Please sign in to comment.