Vincent Ambo
15b871806b
feat(web/blog): Add Nix-based static blog generator
...
This introduces a derivation which builds an instance of nginx
statically serving my blog posts, though as of now no indexes are
being generated and no XML feed is available.
This is just the initial draft of this setup and not yet what shall be
yielded in the end.
2020-02-08 13:33:13 +00:00
Vincent Ambo
64b8e9381c
chore(build): Build Lisp DNS library in CI
2020-01-22 18:05:14 +00:00
Vincent Ambo
4213b27b51
chore(builds): Enable Gemma build in CI
2020-01-22 01:29:58 +00:00
Vincent Ambo
e93913d6cd
feat(ops/mq_cli): Bump dependencies & add derivation
2020-01-20 13:50:29 +00:00
Vincent Ambo
336937814c
feat(ops/posix_mq.rs): Set up Nix build
2020-01-20 11:59:21 +00:00
Vincent Ambo
47541340c0
chore(build): Enable CI for patched third-party projects
2020-01-19 22:10:00 +00:00
Vincent Ambo
a210610023
chore(build): Add cheddar to ci-builds.nix
2019-12-21 14:51:12 +00:00
Vincent Ambo
db30770101
fix(kontemplate): Make build compatible with readTree
...
The kontemplate build will keep using `buildGoPackage` for now until
I've had the time to add tests to //nix/buildGo
2019-12-20 22:19:52 +00:00
Vincent Ambo
9885036eec
chore(yants): Move tests into subfolder & add to CI builds
2019-12-20 21:53:19 +00:00
Vincent Ambo
8de5d093d8
refactor: Fix a variety of filepaths for repo relayouting
...
This fixes readTree and the various project builds, as well
as (hopefully) most documentation links inside of the projects.
2019-12-20 20:37:02 +00:00
Vincent Ambo
fea2191d15
chore(build): Build tools.emacs in CI
2019-12-14 16:00:04 +00:00
Vincent Ambo
85be796407
fix(build): Import package set correctly for CI builds
2019-12-14 11:52:27 +00:00
Vincent Ambo
e9431682b2
refactor: Move CI setup to separate Nix file
...
Instead of polluting the repository namespace with the list of CI
projects, move that to a separate file.
Currently the list of projects to be built by CI is still hardcoded,
but this will be fixed soon.
2019-12-09 10:58:09 +00:00