1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 20:43:34 +02:00

files: log when creating home file links

This commit is contained in:
Robert Helgesson 2017-11-15 18:31:04 +01:00
parent 9206f363ff
commit 4fce730326
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -168,6 +168,8 @@ in
in
''
function linkNewGen() {
echo "Creating home file links in $HOME"
local newGenFiles
newGenFiles="$(readlink -e "$newGenPath/home-files")"
find "$newGenFiles" -type f -print0 -or -type l -print0 \