index
:
guix
add-compress-debug-symbols-phase
add-maintainers-to-etc-teams.scm
add-tests-for-guix-shell-container
audio-team
beam-team
bootstrap-team
client-add-build-max-log-size-option
core-packages-team
core-packages-team-2026-06-20
core-packages-team-2026-06-20-rebased
core-packages-team-2026-07-21
core-packages-team-2026-07-21-rebased
crypto-team
daemon-allow-all-clients-to-set-build-max-log-size
dexed
emacs-team
gnome-team
go-team
graal
guile-daemon
guix-extension-channels
haskell-team
hpc-team
hurd-team
hurl
java-team
javascript-team
kde-team
kernel-updates
keyring
libreoffice
librewolf-updates
lisp-team-asdf-build-system/abcl
master
merge-xorg-configurations
mesa-updates
mpd-fix-groups
nckx-patch-1
next-master
ocaml-team
onnx
perlssl
python-team
qt-team
r-team
rename-kernel-team
ruby-team
rust-team
science-team
sysadmin-team
tex-team
ungoogled-chromium-updates
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
version-1.5.0
wip-arm-bootstrap
wip-container
wip-digests
wip-fix-system-tests
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-julia-upgrade
wip-node-riscv64
wip-ocaml
wip-plmshift
wip-postfix
wip-riscv-bootstrap
wip-riscv-bootstrap1
wip-system-bootstrap
world-rebuild
Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org
Mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nix
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-22
Merge branch 'version-1.5.0'
Rutherther
3
-3
/
+3
2026-01-14
nix: Spelling corrections.
Efraim Flashner
3
-3
/
+3
2026-01-12
daemon: Fix several format strings.
Ludovic Courtès
4
-14
/
+15
2025-12-26
daemon: Fix typo in format string.
Ludovic Courtès
1
-1
/
+1
2025-12-22
daemon: Ensure store is writable even as non-root.
Rutherther
2
-6
/
+14
2025-11-12
daemon: Use inline functions and variables instead of extern
Congcong Kuo
19
-72
/
+30
2025-11-04
daemon: Fix compilation error while using Zig (LLVM)
Congcong Kuo
1
-8
/
+8
2025-11-03
daemon: Use starts_with() and ends_with() instead of string() or hasSuffix()
Congcong Kuo
14
-46
/
+24
2025-10-19
daemon: Bump to C++20 and use ‘std::format’ instead of ‘boost::format’.
Congcong Kuo
40
-3077
/
+645
2025-10-16
daemon: Attempt to map the “kvm” group inside the build user namespace.
Ludovic Courtès
1
-6
/
+89
2025-10-16
daemon: Export as little as needed from libutil/spawn.cc.
Ludovic Courtès
2
-76
/
+37
2025-10-16
daemon: ‘runProgram’ exits with 127 upon ENOENT or similar.
Ludovic Courtès
1
-1
/
+3
2025-09-23
daemon: Restore post-canonicalization permissions after moving.
Reepca Russelstein
1
-2
/
+6
2025-09-18
daemon: “cannot read potential root” messages shows errno message.
Ludovic Courtès
1
-1
/
+2
2025-09-06
daemon: Avoid comparison of integers of different signs.
Ludovic Courtès
1
-1
/
+2
2025-08-23
daemon: Tolerate pipes and sockets in failed build trees.
Ludovic Courtès
1
-5
/
+15
2025-07-28
guix gc: Adjust size suffix based on the amount of data.
Efraim Flashner
4
-9
/
+26
2025-07-16
daemon: Consider the current user as trusted.
Ludovic Courtès
1
-1
/
+4
2025-07-16
daemon: Use std::string or std::vector instead of variable-length array (VLA).
Congcong Kuo
3
-17
/
+16
2025-07-04
daemon: Gracefully handle target mount point already existing.
Reepca Russelstein
1
-1
/
+24
2025-06-30
daemon: Conditionally disable seccomp filter on ‘socketcall’ systems.
Reepca Russelstein
1
-2
/
+18
2025-06-26
daemon: Fix build of spawn.cc for non-Linux and newer GCC.
Reepca Russelstein
1
-0
/
+7
2025-06-25
daemon: Fix build with gcc-14.
Andreas Enge
1
-0
/
+1
2025-06-24
daemon: Protect ‘copyFileRecursively’ from race conditions.
Ludovic Courtès
1
-3
/
+5
2025-06-24
daemon: add seccomp filter for slirp4netns.
Reepca Russelstein
6
-2
/
+653
2025-06-24
daemon: Use slirp4netns to provide networking to fixed-output derivations.
Reepca Russelstein
6
-19
/
+666
2025-06-24
daemon: add and use spawn.cc and spawn.hh.
Reepca Russelstein
6
-508
/
+1303
2025-06-24
daemon: Implement ‘deletePath’ in terms of the *at functions.
Reepca Russelstein
1
-17
/
+43
2025-06-09
daemon: Remove ‘foreach’ and ‘foreach_reverse’
Congcong Kuo
14
-334
/
+327
2025-06-03
daemon: Remove ‘singleton’ and replace ‘typedef’ with ‘using’ in ...
Congcong Kuo
5
-27
/
+17
2025-06-01
daemon: Fix build failure with gcc@15.
wrobell
2
-2
/
+3
2025-05-28
daemon: Remove ‘AutoDeleteArray’.
Congcong Kuo
3
-26
/
+12
2025-05-25
daemon: Remove ‘defined’ in macro definition.
Congcong Kuo
1
-2
/
+11
2025-05-14
build: Fix substitutions for .service files.
Ludovic Courtès
1
-2
/
+3
2025-05-12
daemon: Replace ‘random_shuffle’ with ‘shuffle’.
Congcong Kuo
1
-1
/
+4
2025-04-25
daemon: Use the guest GID in /etc/group.
Ludovic Courtès
1
-1
/
+1
2025-04-14
daemon: Catch SIGINT, SIGTERM, and SIGHUP for proper termination.
Ludovic Courtès
1
-0
/
+22
2025-04-11
daemon: Do not make chroot root directory read-only.
Ludovic Courtès
1
-11
/
+25
2025-03-26
daemon: Move comments where they belong.
Ludovic Courtès
1
-6
/
+7
2025-03-26
daemon: Drop Linux ambient capabilities before executing builder.
Ludovic Courtès
1
-0
/
+9
2025-03-26
daemon: Create /var/guix/profiles/per-user unconditionally.
Ludovic Courtès
1
-4
/
+4
2025-03-26
daemon: Allow running as non-root with unprivileged user namespaces.
Ludovic Courtès
2
-31
/
+174
2025-03-26
daemon: Remount root directory as read-only.
Ludovic Courtès
1
-0
/
+16
2025-03-26
daemon: Remount inputs as read-only.
Ludovic Courtès
1
-0
/
+7
2025-03-26
daemon: Bind-mount all the inputs, not just directories.
Ludovic Courtès
1
-25
/
+14
2025-03-26
daemon: Bind-mount /etc/nsswitch.conf & co. only if it exists.
Ludovic Courtès
1
-4
/
+5
2025-03-26
daemon: Close the read end of the logging pipe.
Ludovic Courtès
1
-0
/
+3
2025-03-26
daemon: Use ‘close_range’ where available.
Ludovic Courtès
1
-6
/
+17
2025-03-02
nix: Install guix-gc systemd timer.
Efraim Flashner
1
-3
/
+9
2025-03-02
Revert "nix: Install guix-gc systemd timer."
Efraim Flashner
1
-2
/
+1
[next]