Nix-env support for Fish
This commit is contained in:
@@ -16,6 +16,17 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
plugins = [
|
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
|
# https://github.com/IlanCosman/tide
|
||||||
name = "tide";
|
name = "tide";
|
||||||
|
|||||||
Reference in New Issue
Block a user