Commit dbed3c60 authored by Anderson Torres's avatar Anderson Torres
Browse files

oh-my-fish: migrate to by-name

parent a95272e6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -11538,8 +11538,6 @@ with pkgs;
  oh-my-posh = callPackage ../development/tools/oh-my-posh { };
  oh-my-zsh = callPackage ../shells/zsh/oh-my-zsh { };
  ola = callPackage ../applications/misc/ola {
    protobuf = protobuf_21;
  };
@@ -15409,8 +15407,6 @@ with pkgs;
  fish = callPackage ../shells/fish { };
  oh-my-fish = callPackage ../shells/fish/oh-my-fish { };
  wrapFish = callPackage ../shells/fish/wrapper.nix { };
  fishPlugins = recurseIntoAttrs (callPackage ../shells/fish/plugins { });