Nix-env support for Fish

This commit is contained in:
2022-09-02 15:56:34 -07:00
parent b1db013696
commit f34b51fcf3

View File

@@ -16,6 +16,17 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
enable = true;
plugins = [
{
# https://github.com/lilyball/nix-env.fish
name = "nix-env";
src = pkgs.fetchFromGitHub {
owner = "lilyball";
repo = "nix-env.fish";
rev = "7b65bd228429e852c8fdfa07601159130a818cfa";
sha256 = "sha256-RG/0rfhgq6aEKNZ0XwIqOaZ6K5S4+/Y5EEMnIdtfPhk=";
};
}
{
# https://github.com/IlanCosman/tide
name = "tide";