forgejo: rename package.nix to generic.nix in preparation for multiple versions

Otherwise, git wouldn't be able to detect and flag this as a rename and
as such would lose us valuable history when using git blame or git log.
This commit is contained in:
emilylange 2024-07-31 03:58:44 +02:00
parent 69732cb115
commit f3bffa8c62
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87
2 changed files with 2 additions and 0 deletions

View File

@ -2193,6 +2193,8 @@ with pkgs;
diff-so-fancy = callPackage ../applications/version-management/diff-so-fancy { };
forgejo = callPackage ../by-name/fo/forgejo/generic.nix { };
gex = callPackage ../applications/version-management/gex {
inherit (darwin.apple_sdk.frameworks) Security;
};