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
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