Skip to content

Commit

Permalink
Merge pull request #142 from nickel-lang/add-lsp-to-devshell
Browse files Browse the repository at this point in the history
Add the nickel LSP to the dev shell
  • Loading branch information
YorikSar authored Sep 28, 2023
2 parents ad3253f + 63fe551 commit aad5869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ let import_nix = organist.lib.import_nix in
parallel = import_nix "nixpkgs#parallel",
gnused = import_nix "nixpkgs#gnused",
},
dev.packages = {
nls = import_nix "nickel#lsp-nls",
},
},
}
| organist.contracts.OrganistExpression

0 comments on commit aad5869

Please sign in to comment.