aboutsummaryrefslogtreecommitdiff
path: root/guix-dev.scm
Commit message (Collapse)AuthorAge
* Update guix-dev.scm and .envrcChristopher Baines2023-11-05
|
* Switch to guile-fibers@1.1Christopher Baines2022-02-09
| | | | | I think the main change required is just to stop accessing the now missing current-fiber parameter.
* Update the guix-dev.scm fileChristopher Baines2022-01-09
|
* Add guile-prometheus to guix-dev.scmChristopher Baines2020-09-06
|
* Tweak inputs in guix-dev.scmChristopher Baines2020-08-26
| | | | | Using guile-3.0-latest rather than guile-3.0 to avoid bytecode issues with guix.
* Use 'guile-3.0' instead of 'guile-next' in 'guix-dev.scm'.Ludovic Courtès2020-08-26
|
* Add dependency on Guile-lzlib.Ludovic Courtès2020-08-26
| | | | | Guix no longer provides the (guix lzlib) module. This commit arranges to use Guile-lzlib instead.
* Handle the absence of guile3.0-readline in the guix-dev.scm fileChristopher Baines2020-06-06
|
* Use Guile 3 for developmentChristopher Baines2020-02-27
|
* Fix some commentsChristopher Baines2020-02-16
| | | | Copied over from the Mumi code.
* Add ephemeralpg to the guix-dev.scm fileChristopher Baines2020-01-31
| | | | This is used for running the tests.
* Add guile-gcrypt to the guix-dev.scm fileChristopher Baines2019-11-23
|
* Add guix as a dependencyChristopher Baines2019-09-21
| | | | This is used as a Guile module.
* Add sqitch to guix-dev.scmChristopher Baines2019-04-16
| | | | As it's used to manage the database schema.
* Add ruby-rerun to the guix-dev.scm fileChristopher Baines2019-03-24
| | | | | As this is useful for running the server, and restarting automatically on code changes.
* Add support for processing branch updated emailsChristopher Baines2019-03-19
|
* Switch to guile-json@3Christopher Baines2019-03-06
|
* Initial commitChristopher Baines2019-02-07
This is a service designed to provide information about Guix. At the moment, this initial prototype gathers up information about packages, the associated metadata and derivations. The initial primary use case is to compare two different revisions of Guix, detecting which packages are new, no longer present, updated or otherwise different. It's based on the Mumi project. [1]: https://git.elephly.net/software/mumi.git