Skip to content

Commit 569e782

Browse files
committed
Add shell.nix file
1 parent b4557f5 commit 569e782

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shell.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
with (import <nixpkgs> {});
2+
3+
mkShell {
4+
buildInputs = [ jekyll bundler ];
5+
}
6+

0 commit comments

Comments
 (0)