unpin forgejo-lts

This commit is contained in:
ulic-youthlic 2025-03-18 09:40:25 +08:00
parent 4823885a98
commit f0e7a985aa
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 0 additions and 36 deletions

View file

@ -10,7 +10,6 @@ in
./juicity.nix
./dae.nix
./jujutsu.nix
./fix-forgejo-lts.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)

View file

@ -1,10 +0,0 @@
{ inputs, ... }:
final: prev:
let
inherit (final) stdenv;
inherit (stdenv.hostPlatform) system;
in
{
forgejo-lts =
inputs.nixpkgs-e3e32b642a31e6714ec1b712de8c91a3352ce7e1.legacyPackages."${system}".forgejo-lts;
}