community-builder: set shell to fish for linj
This commit is contained in:
parent
ee577039ea
commit
c7d7f1184d
2 changed files with 2 additions and 0 deletions
|
@ -291,6 +291,7 @@ let
|
|||
name = "linj";
|
||||
trusted = true;
|
||||
uid = 547;
|
||||
shell = pkgs.fish;
|
||||
keys = ./keys/linj;
|
||||
}
|
||||
{
|
||||
|
|
|
@ -94,6 +94,7 @@ let
|
|||
linj = {
|
||||
# lib.maintainers.linj, https://github.com/jian-lin
|
||||
trusted = true;
|
||||
shell = pkgs.fish;
|
||||
keys = ./keys/linj;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue