forked from lix-project/lix-installer
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
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ impl PlaceChannelConfiguration {
|
||||||
.join(".nix-channels"),
|
.join(".nix-channels"),
|
||||||
None,
|
None,
|
||||||
None,
|
None,
|
||||||
0o0664,
|
0o0644,
|
||||||
buf,
|
buf,
|
||||||
force,
|
force,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue