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
|
|
@ -7,7 +7,11 @@
|
|||
...
|
||||
}: let
|
||||
srcs = callPackages ./_sources/generated.nix {};
|
||||
callPackage = lib.callPackageWith (pkgs // {inherit inputs srcs callPackage rootPath;});
|
||||
callPackage = lib.callPackageWith (pkgs
|
||||
// {
|
||||
inherit inputs srcs callPackage rootPath;
|
||||
inherit (inputs.nixpkgs-hurl.legacyPackages.${pkgs.system}) hurl;
|
||||
});
|
||||
in
|
||||
{
|
||||
pinentry-selector = callPackage ./pinentry-selector.nix {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue