Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix flake update #88

Merged
merged 2 commits into from
Sep 24, 2023
Merged

nix flake update #88

merged 2 commits into from
Sep 24, 2023

Commits on Sep 24, 2023

  1. nix flake update

    peterbecich committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    dd66145 View commit details
    Browse the repository at this point in the history
  2. fix Purescript LSP server in example

    In Emacs with Projectile the `purescript-language-server` was not finding `example/spago.dhall`.
    I'm assuming this also applies to some other editors.
    
    The solution is to duplicate `spago.dhall` so it is found at the root of the project:
    purescript/spago#692 (comment)
    peterbecich committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    1716627 View commit details
    Browse the repository at this point in the history