aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Bruder <simon@sbruder.de>2020-12-12 16:34:50 +0100
committerLassulus <github@lassul.us>2020-12-15 22:15:37 +0100
commit804c79a14dc8f81a602d31d5a1eed5f82b3f2457 (patch)
tree6f1ffebb6d5c476ae5e32d70bd853cea3b7ba623
parent73f0cdcb0b5e90ee35a7c973ff9546c6dcd654dd (diff)
Make pass source follow symlinksv1.24.0
-rw-r--r--pkgs/populate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix
index bac1432..476e653 100644
--- a/pkgs/populate/default.nix
+++ b/pkgs/populate/default.nix
@@ -119,7 +119,7 @@ let
rm -fR "$tmp_dir"
}
- ${findutils}/bin/find ${quote passPrefix} -type f |
+ ${findutils}/bin/find ${quote passPrefix} -type f -follow |
while read -r gpg_path; do
rel_name=''${gpg_path#${quote passPrefix}}