Skip to content

Commit 963bf91

Browse files
committed
🔧 Add shell.nix
1 parent 6340485 commit 963bf91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

shell.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)