From 5218b26c8d38f9720b2195332a311c52913d7ac7 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 2 Jan 2023 16:54:56 -0500 Subject: [PATCH] fish nix --- hosts/_common/programs.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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="; + }; + } ]; };