update flake inputs
This commit is contained in:
parent
e3333290f0
commit
d08e080d16
10 changed files with 139 additions and 62 deletions
10
overlays/modifications/fix-forgejo-lts.nix
Normal file
10
overlays/modifications/fix-forgejo-lts.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ 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