chore: Move language server into its own folder

This commit is contained in:
Myzel394 2024-10-03 17:43:22 +02:00
parent df9f164a26
commit 4dc259db33
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185
373 changed files with 3 additions and 3 deletions

View File

@ -20,5 +20,5 @@ jobs:
run: nix flake check run: nix flake check
- name: Build app - name: Build app
run: nix develop --command bash -c "go build" run: nix develop --command bash -c "cd server && go build"

View File

@ -33,8 +33,8 @@
nativeBuildInputs = inputs; nativeBuildInputs = inputs;
pname = "github.com/Myzel394/config-lsp"; pname = "github.com/Myzel394/config-lsp";
version = "v0.0.1"; version = "v0.0.1";
src = ./.; src = ./server;
vendorHash = "sha256-PUVmhdbmfy1FaSzLt3SIK0MtWezsjb+PL+Z5YxMMhdw="; vendorHash = "sha256-s+sjOVvqU20+mbEFKg+RCD+dhScqSatk9eseX2IioPI=";
checkPhase = '' checkPhase = ''
go test -v $(pwd)/... go test -v $(pwd)/...
''; '';

Some files were not shown because too many files have changed in this diff Show More