techmeetup / techmeetup.co.uk

The Website behind Techmeetup.co.uk
http://techmeetup.co.uk/
12 stars 15 forks source link

Add instructions/files for a nix build environment #92

Closed silky closed 2 years ago

silky commented 2 years ago

I just followed the steps from here: https://nathan.gs/2019/04/19/using-jekyll-and-nix-to-blog/

Namely,

1 - Run this:

nix-shell -p bundler -p bundix --run 'bundler update; bundler lock; bundler package --no-install --path vendor; bundix; rm -rf vendor'

2 - Make the shell file.

Works fine!