pkgs: Synchronize upstream inputs for flake and remove patch for hurl
This commit is contained in:
parent
cb75cf2135
commit
16fd11acdb
5 changed files with 66 additions and 100 deletions
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue