Skip to content

Commit

Permalink
metals: use snapshot for better compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 21, 2025
1 parent 2ad8071 commit 700c05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions home/programs/neovim-ide/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
scala = {
enable = true;
metals = {
# using snapshot for https://github.com/scalameta/metals/pull/7097
package = pkgs.callPackage ./metals.nix { };
# best effort compilation + vs code default settings: https://github.com/scalameta/metals-vscode/blob/1e10e1a71cf81569ea65329ec2aa0aa1cb6ad682/packages/metals-vscode/package.json#L232
serverProperties = [
Expand Down
4 changes: 2 additions & 2 deletions home/programs/neovim-ide/metals.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ metalsBuilder }:

metalsBuilder {
version = "1.4.2";
outputHash = "sha256-AyrjfW4p/dltXu1xOkfVjxtKLB6fPAoxqapBu+z23U4=";
version = "1.4.2+82-5945f9e0-SNAPSHOT";
outputHash = "sha256-lveqFzRwfEZz+z1lissB1odLQ1j+fUtCQ0VuafP9jyg=";
}

0 comments on commit 700c05f

Please sign in to comment.