Files
nixpkgs/nixos/lib
Tuomas Tynkkynen a7664a656f make-disk-image.nix: Really fix write permissions in the store
I think the current one applies the -exec only to those that match
'-type d'. Let's switch it to something that humans can understand...

(cherry picked from commit 758b4c1ea4)

(Yes it should use 'find -print0 | xargs -0' but I'm really afraid of
screwing up again in the same way. Nix doesn't allow spaces and/or
newlines in store paths anyway and it has -maxdepth 1 -mindepth 1 so it
won't fail in practice. If someone can provide a *tested* that doesn't
suffer from the same problems, feel free to improve.)
2017-12-20 17:43:18 +02:00
..
2017-10-10 14:26:19 +02:00