aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/un/unison/shellScript.nix (unfollow)
Commit message (Collapse)Author
2025-05-16flake: Remove the `shell_library` input and its dependenciesBenedikt Peetz
All the remaining uses of the `sysLib` have been migrated to `pkgs.writeShellApplication`.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-10-24feat(modules/unison): Auto-ignore all symlinks made with `home.file`Benedikt Peetz
This allows us to actually sync symlinks, as most of the unwanted ones are already ignored. And syncing the `.direnv` gc-roots is not that much of a problem, because these are re-generated when they point to a non-existent path.
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz