Use 0o644 for files, not 0o664 (#278)

(.nix-channels was the last remaining user of the 0o664 typo)
This commit is contained in:
Cole Helbling 2023-02-28 08:36:09 -08:00 committed by GitHub
parent 9ddcbf6513
commit f941e13140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ impl PlaceChannelConfiguration {
.join(".nix-channels"),
None,
None,
0o0664,
0o0644,
buf,
force,
)