unpin forgejo-lts
This commit is contained in:
parent
4823885a98
commit
f0e7a985aa
4 changed files with 0 additions and 36 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue