pkgs: Synchronize upstream source archives for packages and inputs for flake
This commit is contained in:
parent
d390953280
commit
977ded3804
8 changed files with 127 additions and 63 deletions
|
|
@ -11,6 +11,8 @@ in
|
|||
# ./QQ.nix
|
||||
./helix.nix
|
||||
./cliphist.nix
|
||||
./fix-hurl.nix
|
||||
./fix-handbrake.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
5
overlays/modifications/fix-handbrake.nix
Normal file
5
overlays/modifications/fix-handbrake.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (inputs.nixpkgs-handbrake.legacyPackages.${system}) handbrake;
|
||||
}
|
||||
5
overlays/modifications/fix-hurl.nix
Normal file
5
overlays/modifications/fix-hurl.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{inputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
inherit (inputs.nixpkgs-hurl.legacyPackages.${system}) hurl;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue