aboutsummaryrefslogtreecommitdiff
#pragma once

#include "types.hh"
#include "hash.hh"

namespace nix {

PathSet scanForReferences(const Path & path, const PathSet & refs,
    HashResult & hash);
    
}
='content'>
AgeCommit message (Expand)Author
2022-11-20gnu: Fix copyright line....Leo Nikkilä
2022-11-07services: qemu-binfmt: Add x86_64 QEMU target....Leo Nikkilä
2022-09-13services: secret-service: Inherit from the original 'guix-configuration'....Ludovic Courtès
2022-09-09services: libvirt: Fix listen TCP....Oleg Pykhalov
2022-08-09services: qemu-guest-agent: Fix arguments to qemu-ga....Timotej Lazar
2022-04-29services: Add missing 'description' fields....Ludovic Courtès
2022-03-10services: secret-service: Do not generate SSH and Guix key pairs....Ludovic Courtès
2022-02-18services: qemu-guest-agent: Fix implementation....Ludovic Courtès
2021-12-12services: secret-service: Turn into a Shepherd service....Ludovic Courtès
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-11-12services: Add qemu-guest-agent service....Timotej Lazar
2021-09-04services: libvirt: Change unix-sock-group default....Brice Waegeneire
2021-09-04services: libvirt: Add qemu field....Brice Waegeneire
2021-08-30services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>....Ludovic Courtès
2021-08-29services: Remove i486 qemu target....Efraim Flashner
2021-07-10services: qemu-binfmt: Preserve argv[0] by default....Ludovic Courtès
2021-03-15services/qemu-binfmt: Use the F flag and the static output of QEMU....Maxim Cournoyer
2021-01-16services: qemu-binfmt: 'guix-support?' defaults to #t....Stefan
2021-01-14services: hurd-vm: Respect hurd-vm-configuration's disk-size....Jan (janneke) Nieuwenhuizen