Added a jekyll.nix shell
This commit is contained in:
8
jekyll.nix
Normal file
8
jekyll.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
let pkgs = import (fetchTarball "channel:nixpkgs-unstable") { };
|
||||
in pkgs.mkShell {
|
||||
buildInputs = [ pkgs.ruby pkgs.r-gems pkgs.jekyll ];
|
||||
shellHook = ''
|
||||
exec fish
|
||||
exec gem install bundler
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user