mirror of
https://github.com/NixOS/nix.git
synced 2025-12-05 00:21:01 +01:00
Rename the find-roots library
Give it a name more in line with the rest
This commit is contained in:
parent
072f420260
commit
f6a30993f0
3 changed files with 7 additions and 7 deletions
2
Makefile
2
Makefile
|
|
@ -2,6 +2,7 @@ makefiles = \
|
|||
mk/precompiled-headers.mk \
|
||||
local.mk \
|
||||
src/libutil/local.mk \
|
||||
src/nix-find-roots/local.mk \
|
||||
src/libutil/tests/local.mk \
|
||||
src/libstore/local.mk \
|
||||
src/libstore/tests/local.mk \
|
||||
|
|
@ -10,7 +11,6 @@ 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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue