Skip to content

Commit

Permalink
feat: add nixd
Browse files Browse the repository at this point in the history
Co-authored-by: plokid <910576949@qq.com>
  • Loading branch information
antoineco and plokid committed Sep 4, 2024
1 parent 98e30f7 commit aba9681
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/nixd/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: nixd
description: Language Server for Nix.
homepage: https://github.com/nix-community/nixd
licenses:
- LGPL-3.0
languages:
- Nix
categories:
- LSP

source:
# renovate:datasource=github-tags
id: pkg:github/nix-community/nixd@2.3.0
build:
- target: unix
run: |
meson setup build --prefix="$PWD"
meson compile -C build
ninja -C build install
- target: win
run: |
meson setup build --prefix="($pwd).path"
meson compile -C build
ninja -C build install
bin:
nixd: "${{source.bin}}"

0 comments on commit aba9681

Please sign in to comment.