diff --git a/.github/workflows/nix-build.yaml b/.github/workflows/nix-build.yaml index be22d8ac..edd68dff 100644 --- a/.github/workflows/nix-build.yaml +++ b/.github/workflows/nix-build.yaml @@ -21,4 +21,4 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build with Nix - run: nix build .#blink-cmp + run: nix build .#blink-cmp -Lv diff --git a/README.md b/README.md index 3f1d9a8f..e2beee49 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ -- recommended: use a release tag for stable releases and prebuilt binaries, when not using luarocks version = 'v0.*', - -- optionally: build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust + -- optionally: build from source, when not using luarocks, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust -- build = 'cargo build --release', -- If you use nix, you can build from source using latest nightly rust with: -- build = 'nix run .#build-plugin',