modules/shared/community-builder: enable babelfish
This commit is contained in:
parent
2807311e86
commit
28c87d1998
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@
|
|||
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
# puts /run/current-system/sw/bin in PATH for remote builds on darwin
|
||||
useBabelfish = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue