I’ve tried multiple things:
- A
nix shell nixpkgs#jekyll nixpkgs#bundlerand usingbundler installas the inserted splash onjekyll newsuggests. This fails with an exception from the Scss/Sass library. - Running
jekyll newand then usingbundixto generate agemset.nix. This fails because some part of the stack misinterprets the platform specification of the HTTP library and fails. - Removing the platform specification of that HTTP library leads to a dev shell working, but running
jekyllin there fails immediately from within the wrapper Ruby code, complaining that Scss is missing.
Has anybody managed to get Jekyll working?