Use 0o644 for files, not 0o664 (#278)
(.nix-channels was the last remaining user of the 0o664 typo)
This commit is contained in:
parent
9ddcbf6513
commit
f941e13140
|
@ -32,7 +32,7 @@ impl PlaceChannelConfiguration {
|
|||
.join(".nix-channels"),
|
||||
None,
|
||||
None,
|
||||
0o0664,
|
||||
0o0644,
|
||||
buf,
|
||||
force,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue