nixos/overlays/modifications/fix-hurl.nix

6 lines
147 B
Nix
Raw Normal View History

{inputs, ...}: final: prev: let
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (inputs.nixpkgs-hurl.legacyPackages.${system}) hurl;
}