mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 15:05:28 +02:00
chore: Move language server into its own folder
This commit is contained in:
parent
df9f164a26
commit
4dc259db33
2
.github/workflows/pr-tests.yaml
vendored
2
.github/workflows/pr-tests.yaml
vendored
@ -20,5 +20,5 @@ jobs:
|
||||
run: nix flake check
|
||||
|
||||
- name: Build app
|
||||
run: nix develop --command bash -c "go build"
|
||||
run: nix develop --command bash -c "cd server && go build"
|
||||
|
||||
|
@ -33,8 +33,8 @@
|
||||
nativeBuildInputs = inputs;
|
||||
pname = "github.com/Myzel394/config-lsp";
|
||||
version = "v0.0.1";
|
||||
src = ./.;
|
||||
vendorHash = "sha256-PUVmhdbmfy1FaSzLt3SIK0MtWezsjb+PL+Z5YxMMhdw=";
|
||||
src = ./server;
|
||||
vendorHash = "sha256-s+sjOVvqU20+mbEFKg+RCD+dhScqSatk9eseX2IioPI=";
|
||||
checkPhase = ''
|
||||
go test -v $(pwd)/...
|
||||
'';
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user