about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/neovim/ruby_provider/gemset.nix')
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/gemset.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
new file mode 100644
index 000000000000..c3ed45a78481
--- /dev/null
+++ b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
@@ -0,0 +1,19 @@
+{
+  msgpack = {
+    source = {
+      remotes = ["https://rubygems.org"];
+      sha256 = "1fb2my91j08plsbbry5kilsrh7slmzgbbf6f55zy6xk28p9036lg";
+      type = "gem";
+    };
+    version = "1.0.2";
+  };
+  neovim = {
+    dependencies = ["msgpack"];
+    source = {
+      remotes = ["https://rubygems.org"];
+      sha256 = "018mk4vqaxzbk4anq558h2rgj8prbn2rmi777iwrg3n0v8k5nxqw";
+      type = "gem";
+    };
+    version = "0.3.1";
+  };
+}
\ No newline at end of file