website/shell.nix
Ivan Bushchik 89263a2929
Update Gemfile.lock (+gemset.nix) and shell.nix
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-01-08 22:38:15 +03:00

17 lines
271 B
Nix

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