Closed silky closed 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!
I just followed the steps from here: https://nathan.gs/2019/04/19/using-jekyll-and-nix-to-blog/
Namely,
1 - Run this:
2 - Make the shell file.
Works fine!