Unverified Commit 8a98f989 authored by isabel's avatar isabel
Browse files

hyfetch: move to by-name

parent fe7f7922
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -37129,8 +37129,6 @@ with pkgs;
  hplipWithPlugin = hplip.override { withPlugin = true; };
  hyfetch = callPackage ../tools/misc/hyfetch { };
  hyperfine = callPackage ../tools/misc/hyperfine {
    inherit (darwin.apple_sdk.frameworks) Security;
  };