oh-my-fish: migrate to by-name

This commit is contained in:
Anderson Torres 2023-11-23 16:48:09 -03:00
parent a95272e67f
commit dbed3c605f
3 changed files with 0 additions and 4 deletions

View File

@ -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 { });