diff --git a/hosts/_common/programs.nix b/hosts/_common/programs.nix index 8a5be07..7b155bb 100644 --- a/hosts/_common/programs.nix +++ b/hosts/_common/programs.nix @@ -48,6 +48,16 @@ sha256 = "e94Sd1GSUAxwLVVo5yR6msq0jZLOn2m+JZJ6mvwQdLs="; }; } + + { + name = "nix-env.fish"; + src = pkgs.fetchFromGitHub { + owner = "lilyball"; + repo = "nix-env.fish"; + rev = "7b65bd228429e852c8fdfa07601159130a818cfa"; + sha256 = "RG/0rfhgq6aEKNZ0XwIqOaZ6K5S4+/Y5EEMnIdtfPhk="; + }; + } ]; };