update flake inputs
This commit is contained in:
parent
e3333290f0
commit
d08e080d16
10 changed files with 139 additions and 62 deletions
|
|
@ -10,6 +10,8 @@ in
|
|||
./juicity.nix
|
||||
./dae.nix
|
||||
./jujutsu.nix
|
||||
./fix-pwvucontrol.nix
|
||||
./fix-forgejo-lts.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
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;
|
||||
}
|
||||
10
overlays/modifications/fix-pwvucontrol.nix
Normal file
10
overlays/modifications/fix-pwvucontrol.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ inputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
pwvucontrol =
|
||||
inputs.nixpkgs-845dc1e9cbc2e48640b8968af58b4a19db67aa8f.legacyPackages."${system}".pwvucontrol;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue