-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github-pages environment should probably use the github-pages package #42
Comments
Mhm with this package do we need a custom environment here anymore if |
I don't personally use the environment for github-pages, as there were only treewide updates in a time and there is a helpful alternative I would vote for removing them. |
The nixpkgs-22.11-darwin channel's |
So backporting it to 22.11 or waiting for next stable before remove would be an option? |
Backporting is perhaps not worth it, since using I just tried this
It was nice to not have to deal with (1) Symlinks in the repo that made it to (2) The resulting local environment above does not match the GitHub pages' server-side environment as well as the configuration resulting from installing In particular because of (2), for the purpose of debugging possible weird issues—where one suspects one's issue is due to the mismatch between the local configuration and the server-side configuration—perhaps keep (an updated version of) the existing environment (I should have time to update it quite soon, if desirable)¹ ? If so, then we should update the readme to indicate that their is a simpler solution that probably suffices in almost all, if not all, cases. ¹ Perhaps https://pages.github.com/versions.json can be used to automatically keep an GitHub pages environment up to date—but setting up such a solution is something I do not think I have time for (in particular given my somewhat limited nix competence). |
Now we should be able to switch to this. |
pkgs.rubyPackages.github-pages
is available, and includes Jekyll in a way that no longer requires.envrc
orGemfile
for simple sites.The text was updated successfully, but these errors were encountered: