aboutsummaryrefslogtreecommitdiff
path: root/.guix-authorizations
diff options
context:
space:
mode:
authorGabriel Arazas <foo.dogsquared@gmail.com>2022-06-16 13:00:39 +0800
committerEfraim Flashner <efraim@flashner.co.il>2022-09-01 11:15:53 +0300
commit4a5fbadb88ff18bb7de87b351c6009aaa398a892 (patch)
tree54f0a8d1fdffa894741740408a06a25027ddb480 /.guix-authorizations
parent98707abda34e4f359e9ef1b82a548a667d4056ce (diff)
downloadguix-4a5fbadb88ff18bb7de87b351c6009aaa398a892.tar.gz
guix-4a5fbadb88ff18bb7de87b351c6009aaa398a892.zip
gnu: Add treefmt.
* gnu/packages/rust-apps.scm (treefmt): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to '.guix-authorizations')
0 files changed, 0 insertions, 0 deletions
yer 2021-10-01build: Don’t delete ‘guix-gc.timer’ file....Without this invoking ‘make clean’ would remove ‘guix-gc.timer’, and ‘make’ would fail with. make[2]: *** No rule to make target 'etc/guix-gc.timer', needed by 'all-am'. Stop. * nix/local.mk (nodist_systemdservice_DATA): Remove ‘guix-gc.timer’. Xinglu Chen 2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...* etc/guix-gc.service.in: New file. * etc/guix-gc.timer: Likewise. * .gitignore: Ignore generated ‘guix-gc.service’. * nix/local.mk (nodist_systemdservice_DATA): Add ‘guix-gc.service’ and ‘guix-gc.timer’. (EXTRA_DIST): Add ‘guix-gc.service.in’ and ‘guix-gc.timer’. * doc/guix.texi (Binary Installation): Mention the new systemd files. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Thiago Jung Bauermann