oh-my-fish: migrate to by-name
This commit is contained in:
parent
a95272e67f
commit
dbed3c605f
3 changed files with 0 additions and 4 deletions
|
@ -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 { });
|
||||
|
|
Loading…
Reference in a new issue