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:
parent
69732cb115
commit
f3bffa8c62
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user