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

@ -7,11 +7,7 @@
...
}: let
srcs = callPackages ./_sources/generated.nix {};
callPackage = lib.callPackageWith (pkgs
// {
inherit inputs srcs callPackage rootPath;
inherit (inputs.nixpkgs-hurl.legacyPackages.${pkgs.system}) hurl;
});
callPackage = lib.callPackageWith (pkgs // {inherit inputs srcs callPackage rootPath;});
in
{
pinentry-selector = callPackage ./pinentry-selector.nix {};