Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-27 | Change theme first | Karl Hallsby | |
2020-09-26 | Update plugins and dependencies with update script | Karl Hallsby | |
2020-07-18 | Ran script to update ruby gems in use | Karl Hallsby | |
2020-07-08 | Create nix-shell environment for development computers | Karl Hallsby | |
I used the bundix program to generate the gemset.nix file. You can generate the same thing with `nix-env -iA bundix`. I then quickly wrote a default.nix so that I can open a nix-shell in the project directory, to make my life much, much easier to develop with Nix and others. I am keeping the other gemfiles for now, because I am developing over several different systems and might need to keep it for now. |