pkgs/forgejo: remove unstable override

since forgejo is currently on the same version in unstable & stable,
this seems like a good time to do it.
This commit is contained in:
stuebinm 2024-12-05 22:53:29 +01:00
parent fdea9ee2c1
commit dce974cab6

View file

@ -17,8 +17,6 @@ let
buildGoModule = unstable.buildGo122Module; buildGoModule = unstable.buildGo122Module;
}; };
forgejo = unstable.forgejo;
tracktrain = import sources.tracktrain { tracktrain = import sources.tracktrain {
nixpkgs = unstable; nixpkgs = unstable;
compiler = "default"; compiler = "default";