website/shell.nix

17 lines
271 B
Nix
Raw Normal View History

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages;
with rubyPackages; [
bundler
nodejs-slim
bundix
jekyll
bundler
eventmachine
racc
em-websocket
ffi
json
];
}