Update nix flake

This commit is contained in:
2025-01-07 21:23:09 +03:00
parent 065a56e621
commit f0bef5fa2d
2 changed files with 5 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import (
)
const (
defaultDirMode = 0o777
defaultDirMode = 0o774
defaultFileMode = 0o644
)