9 Commits
Author SHA1 Message Date
Pol Dellaiera 10c1d20f48 git-sync: replace git with gitMinimal 2025-06-26 18:45:45 +02:00
Pol Dellaiera 43823a262a git-sync: remove obsolete rec keyword 2025-06-26 18:45:17 +02:00
Pol Dellaiera cdb5e6e881 git-sync: refactor installPhase 2025-06-26 18:44:44 +02:00
Pol Dellaiera 2fbbba5004 git-sync: add fswatch for git-sync-on-fswatch 2025-06-26 18:38:55 +02:00
Pol Dellaiera 8a03e3479f git-sync: use makeBinaryWrapper 2025-06-26 18:30:33 +02:00
Pol Dellaiera 5935b3e142 git-sync: 0-unstable-2024-11-30 -> 0-unstable-2025-06-26 2025-06-26 18:29:27 +02:00
RedEtherbloom 8a3176ac27 git-sync: enable automatic package update 2025-02-13 02:09:45 +01:00
RedEtherbloom 4ec54a16d6 git-sync: 0-unstable-2024-02-15 → 0-unstable-2024-11-30 2025-02-13 02:09:45 +01:00
aleksana 571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00