krebs/populate.nix: chmod 0755 "$tmpdir"

This commit is contained in:
tv 2016-02-01 03:49:31 +01:00
parent 8217472e99
commit 1a5a3c0cf2

View File

@ -23,6 +23,7 @@ let
rmdir "$tmpdir"
trap - EXIT INT QUIT
' EXIT INT QUIT
chmod 0755 "$tmpdir"
${concatStringsSep "\n"
(mapAttrsToList
(name: spec: let dst = removePrefix "symlink:" (get-url spec); in