Skip to content

Commit

Permalink
add a small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shmish111 authored and krisajenkins committed Oct 18, 2019
1 parent 60cb662 commit fc1c955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ let
'';
};

# TODO: Currently we have to use nix-shell to update purescript dependencies manually because
# updateClientDeps is broken. We will fix this in an upcoming PR and we will be able to remove
# some of the puresccript dependencies from the nix shell
withDevTools = env: env.overrideAttrs (attrs: { nativeBuildInputs = attrs.nativeBuildInputs ++
[ packages.cabal-install
pkgs.git
Expand Down

0 comments on commit fc1c955

Please sign in to comment.