We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6340485 commit 963bf91Copy full SHA for 963bf91
shell.nix
@@ -0,0 +1,10 @@
1
+{ pkgs ? import <nixpkgs> { } }:
2
+
3
+with pkgs;
4
+mkShell {
5
+ name = "code-stats.nvim";
6
+ buildInputs = [
7
+ stdenv.cc
8
+ openssl
9
+ ];
10
+}
0 commit comments