Commit graph

8 commits

Author SHA1 Message Date
96218b1aa6 Add PHP as a dependency for development 2023-08-27 23:23:01 -07:00
a8b6f534bc Add ‘openssh’ dependency
It's used by ‘rsync’ to upload the files to my server.
2023-07-27 01:16:33 -07:00
0c784bd3a8 Add ‘ruby-sass’ to Guix dependencies
It's used to convert ‘scss’ files to ‘css’ files. I had accidentally manually
installed the package into the environment and forgotton to add it.
2023-07-27 01:12:23 -07:00
13a9b718b8 Remove Eldev dependency
Intead of using Eldev I'll use Guix to manage the dependencies of this project.
2023-07-27 01:08:24 -07:00
2536e9add5 Add rsync to the Guix environment
I use ‘rsync’ to deploy my site to my server, having it in the environment
manifest means I don't have to remember to install it elsewhere.
2023-07-26 22:29:58 -07:00
9382a3c628 Fix manifest file after bad merge 2023-05-23 23:54:51 -07:00
18d691800b Add manifest.scm for easy dev environment with Guix 2023-05-23 23:50:49 -07:00
ece3381f66 Add Guix manifest file
With this file I can run the `guix shell --manifest=manifest.scm' command and get all the required dependencies for this project, which right now is just emacs-eldev.
2023-05-23 23:42:27 -07:00