summaryrefslogtreecommitdiff
path: root/nix/local.mk
AgeCommit message (Expand)AuthorFilesLines
2026-05-03build: Fix out-of-tree make.Charles Roelli1-1/+1
2025-11-12daemon: Use inline functions and variables instead of externCongcong Kuo1-1/+1
2025-10-19daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.Congcong Kuo1-28/+6
2025-06-24daemon: add seccomp filter for slirp4netns.Reepca Russelstein1-2/+4
2025-06-24daemon: add and use spawn.cc and spawn.hh.Reepca Russelstein1-2/+4
2025-05-14build: Fix substitutions for .service files.Ludovic Courtès1-2/+3
2025-03-02nix: Install guix-gc systemd timer.Efraim Flashner1-3/+9
2025-03-02Revert "nix: Install guix-gc systemd timer."Efraim Flashner1-2/+1
2025-02-26nix: Install guix-gc systemd timer.Efraim Flashner1-1/+2
2024-12-09daemon: Fix linking gcrypt when --as-needed linker arg is usedDoğan Çeçen1-2/+6
2024-06-26etc: Add explicit ‘--substitute-urls’ in guix-daemon service files.Ludovic Courtès1-7/+10
2023-09-24Revert "build: Add missing guix-gc.timer file to binary tarball."Tobias Geerinckx-Rice1-3/+2
2023-08-31build: Add missing guix-gc.timer file to binary tarball.Maxim Cournoyer1-2/+3
2021-10-01build: Don’t delete ‘guix-gc.timer’ file.Xinglu Chen1-2/+1
2021-09-20etc: Add systemd files for running ‘guix gc’ periodicallyThiago Jung Bauermann1-1/+5
2021-03-30gnu: guix: Fix openrc init scripts.zimoun1-1/+1
2020-10-27maint: Add 'etc/gnu-store.mount.in' to the distribution.Ludovic Courtès1-0/+1
2020-09-17guix-install.sh: Support OpenRC.Morgan Smith1-2/+15
2020-06-27daemon: Remove OpenSSL hash compatibility wrappers.Ludovic Courtès1-9/+3
2020-05-23build: Add a comment above the sysvinit section.Vincent Legoll1-0/+1
2020-05-17etc: Install mount unit only if it exists.Tobias Geerinckx-Rice1-0/+1
2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only.Tobias Geerinckx-Rice1-1/+11
2020-03-11Add system start-up files for guix-daemon.Danny Milosavljevic1-2/+14
2019-09-08daemon: Remove 'NIX_LIBEXEC_DIR'.Ludovic Courtès1-1/+0
2019-09-08daemon: Run 'guix substitute' directly and assume a single substituter.Ludovic Courtès1-3/+0
2019-09-08daemon: Run 'guix offload' directly.Ludovic Courtès1-7/+0
2019-09-08daemon: Run 'guix perform-download' directly.Ludovic Courtès1-2/+1
2019-09-08daemon: Run 'guix authenticate' directly.Ludovic Courtès1-3/+0
2019-09-08daemon: Invoke 'guix gc --list-busy' instead of 'list-runtime-roots'.Ludovic Courtès1-1/+0
2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'.Ludovic Courtès1-1/+1
2019-02-04daemon: Remove unused 'NIX_DATA_DIR' environment variable.Ludovic Courtès1-2/+1
2018-11-14daemon: Install 'authenticate' script under LIBEXECDIR/guix.Ludovic Courtès1-5/+2
2018-06-22build: Remove leftover reference to nix/libstore/schema.sql.Ludovic Courtès1-1/+0
2018-06-14Remove 'guix-register' and its traces.Ludovic Courtès1-16/+0
2018-06-14database: 'with-database' can now initialize new databases.Ludovic Courtès1-1/+1
2018-06-08build: Do not add all of $(BUILT_SOURCES) to $(CLEANFILES).Ludovic Courtès1-1/+1
2018-01-07daemon: Make libbz2 an optional dependency.Ludovic Courtès1-2/+8
2018-01-07daemon: Add gzip log compression.Ludovic Courtès1-3/+3
2017-03-06build: Don't embed absolute paths in .service and .conf service files.Leo Famulari1-2/+2
2016-12-20build: Delete all the .service and .conf files upon 'make clean'.Ludovic Courtès1-1/+5
2016-12-18build: Fix .service and .conf targets for VPATH builds.Ludovic Courtès1-6/+6
2016-12-18build: Add 'guix-publish.*.in' to the distribution.Ludovic Courtès1-2/+4
2016-11-24Add system start-up files for "guix publish".Hartmut Goebel1-8/+8
2016-11-16daemon: Add "builtin:download" derivation builder.Ludovic Courtès1-1/+4
2016-10-28daemon: Factor out SQLite handling.Eelco Dolstra1-1/+3
2016-06-26daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven1-1/+1
2016-05-31daemon: Remove unused XML output code.Ludovic Courtès1-2/+0
2016-05-24build: Use "%D%" in Makefile fragments.Mathieu Lirzin1-69/+69
2016-04-21build: Move 'Makefile' fragments to subdirectories.Mathieu Lirzin1-0/+226