1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-05 00:21:01 +01:00

Add an external executable to trace the gc roots back to the store

This commit is contained in:
Théophane Hufschmitt 2022-04-11 10:20:36 +02:00
parent 2253b9044c
commit b4ab02ef13
4 changed files with 177 additions and 0 deletions

View file

@ -10,6 +10,7 @@ makefiles = \
src/libexpr/local.mk \
src/libcmd/local.mk \
src/nix/local.mk \
src/nix-find-roots/local.mk \
src/resolve-system-dependencies/local.mk \
scripts/local.mk \
misc/bash/local.mk \