aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
Commit message (Expand)AuthorAge
* Update guix-dev.scmChristopher Baines2023-07-08
* Strip down the guix-dev.scm file•••Assume that a recent version of guix will be used. Christopher Baines2023-04-10
* Add events framework to the coordinator•••This is intended to allow subscribing to events, e.g. builds being submitted or succeeding, or agents being added, everything that might be useful to subscribe to. I'm thinking about this in the context of creating more interactive interfaces to the build coordinator, e.g. a webpage using JavaScript to display activity. Christopher Baines2023-03-21
* Switch to guile-fibers@1.1•••I think the main change required is just to stop accessing the now missing current-fiber parameter. Christopher Baines2022-02-09
* Stop using deprecated package names in guix-dev.scmChristopher Baines2021-11-15
* Adjust guix-dev.scm for more compatability with old Guix versionsChristopher Baines2021-02-12
* Add fallback package for guile-prometheusChristopher Baines2021-02-09
* Add fallback package for guile-lzlibChristopher Baines2021-02-09
* Add fallback package for guile-zlibChristopher Baines2021-02-09
* Add fallback guile-json-4 package•••For old versions of Guix. Christopher Baines2021-02-09
* Add dependency on guile-lib•••For it's logging functionality. Christopher Baines2020-11-07
* Remove old guile-prometheus package definition•••This is now available from Guix. Christopher Baines2020-10-23
* Switch to guile-json-4 for local development•••Hopefully this doesn't break anything. Christopher Baines2020-10-23
* Add a hook to recomress build log filesChristopher Baines2020-10-11
* Use the guile-prometheus library for the metrics•••Which was extracted from the Guix Build Coordinator. Christopher Baines2020-08-31
* Switch to using guile-lzlib•••Rather than the lzlib module within Guix. Christopher Baines2020-08-31
* Tweak the guile and guix packages in guix-dev.scmChristopher Baines2020-08-31
* Avoid using the deprecated guile-next package•••On newer version of Guix with guile-3.0. Christopher Baines2020-05-12
* Make guix-dev.scm more forwards compatible•••Recent versions of Guix lack guile3.0-readline, so define it. Christopher Baines2020-05-11
* Add guix-dev.scm and .envrc filesChristopher Baines2020-04-03