pkgs: Synchronize upstream inputs for flake and remove patch for hurl

This commit is contained in:
ulic-youthlic 2025-06-24 21:42:12 +08:00
parent cb75cf2135
commit 16fd11acdb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 66 additions and 100 deletions

View file

@ -11,7 +11,6 @@ in
# ./QQ.nix
./helix.nix
./cliphist.nix
./fix-hurl.nix
]
|> map (file: import file args)
|> (overlays: (lib.composeManyExtensions overlays) final prev)

View file

@ -1,5 +0,0 @@
{inputs, ...}: _final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (inputs.nixpkgs-hurl.legacyPackages.${system}) hurl;
}