tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 3af428824b4d2eec75ebd51b531adf0c77067861
parent ac9d608a2ce57e13fd4e43ee82f4b59f144c718b
Author: mtmn <miro@haravara.org>
Date:   Sun, 10 May 2026 13:42:12 +0200

backup: ignore `.nix/` in plakar target

Diffstat:
Mbackup/backup.hs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backup/backup.hs b/backup/backup.hs @@ -118,7 +118,7 @@ s3Ignores :: [Text] s3Ignores = ["**/.local/share/containers*", "**/Steam*", "**/mnt*", "**/.git*"] hooIgnores :: [Text] -hooIgnores = ["**/.cache*", "**/Steam*", "**/mnt*", "**/.git*"] +hooIgnores = ["**/.cache*", "**/Steam*", "**/mnt*", "**/.git*", "**/.nix*"] plakarS3 :: Bool -> Text -> Text -> IO () plakarS3 verbose name dir = do