We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4557f5 commit 569e782Copy full SHA for 569e782
shell.nix
@@ -0,0 +1,6 @@
1
+with (import <nixpkgs> {});
2
+
3
+mkShell {
4
+ buildInputs = [ jekyll bundler ];
5
+}
6
0 commit comments