aboutsummaryrefslogtreecommitdiff
-*- mode: org; coding: utf-8; -*-

#+TITLE: Hacking GNU Guix and Its Incredible Distro

Copyright © 2012, 2013, 2014, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

* Contributing

See the manual for useful hacking information, either by running

  info -f doc/guix.info "Contributing"

or by checking the [[https://guix.gnu.org/manual/devel/en/html_node/Contributing.html][web copy of the manual]].
commit/gnu/services/linux.scm?id=dd65564db05a747d1302164e962195caf887a854'>services: fstrim-service-type: Serialize with SRFI-171 transducers....Bruno Victal 2023-08-21gnu: earlyoom: Improve description....Ludovic Courtès 2023-08-21services: earlyoom: Move 'user-processes' to 'requirements'....Ludovic Courtès 2023-08-21services: Add missing 'user-processes' requirements....Ludovic Courtès 2023-08-15services: Add cachefilesd service....Felix Lechner 2023-05-04services: earlyoom: Rotate log files....Efraim Flashner 2023-04-02services: replace bare serializers with (serializer ...)...Bruno Victal 2023-03-28services: fstrim: Fix schedule ungexp....Bruno Victal 2023-03-22services: Add fstrim-service-type....Bruno Victal