Skip to content

Commit ceb3a7c

Browse files
author
Marc Jakobi
committed
chore: replace rockspec with generated one
1 parent f0d9edf commit ceb3a7c

3 files changed

Lines changed: 40 additions & 29 deletions

File tree

nix/plugin-overlay.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}:
1010
buildLuarocksPackage {
1111
pname = name;
12-
version = "scm-1";
13-
knownRockspec = "${self}/rustaceanvim-scm-1.rockspec";
12+
version = "dev-1";
13+
knownRockspec = "${self}/rustaceanvim-dev-1.rockspec";
1414
src = self;
1515
disabled = luaOlder "5.1";
1616
}) {};

rustaceanvim-dev-1.rockspec

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
rockspec_format = "3.0"
2+
package = "rustaceanvim"
3+
version = "dev-1"
4+
5+
description = {
6+
summary = "🦀 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim",
7+
license = "GPL-2.0-only",
8+
maintainer = "mrcjkb",
9+
labels = {
10+
"dap",
11+
"debug-adapter-protocol",
12+
"language-server-protocol",
13+
"lsp",
14+
"neovim",
15+
"nvim",
16+
"plugin",
17+
"rust",
18+
"rust-analyzer",
19+
"rust-lang",
20+
"rust-tools",
21+
},
22+
}
23+
24+
dependencies = {
25+
"lua==5.1",
26+
}
27+
28+
source = {
29+
url = "git+https://github.com/mrcjkb/rustaceanvim.git",
30+
}
31+
32+
test = {
33+
type = "busted-nlua",
34+
}
35+
36+
build = {
37+
type = "builtin",
38+
}

rustaceanvim-scm-1.rockspec

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)