community-builder: set shell to fish for linj

This commit is contained in:
Lin Jian 2024-09-27 09:55:12 +08:00 committed by zowoq
parent ee577039ea
commit c7d7f1184d
2 changed files with 2 additions and 0 deletions
modules
darwin/community-builder
nixos/community-builder

View file

@ -291,6 +291,7 @@ let
name = "linj";
trusted = true;
uid = 547;
shell = pkgs.fish;
keys = ./keys/linj;
}
{

View file

@ -94,6 +94,7 @@ let
linj = {
# lib.maintainers.linj, https://github.com/jian-lin
trusted = true;
shell = pkgs.fish;
keys = ./keys/linj;
};