mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
add node
This commit is contained in:
parent
f69f2839da
commit
7b04cf6274
1 changed files with 2 additions and 0 deletions
|
@ -13,8 +13,10 @@ in {
|
||||||
oizys = {
|
oizys = {
|
||||||
languages = [
|
languages = [
|
||||||
"nim"
|
"nim"
|
||||||
|
"node" # for docker langservers
|
||||||
"python"
|
"python"
|
||||||
];
|
];
|
||||||
|
|
||||||
docker = enabled;
|
docker = enabled;
|
||||||
backups = enabled;
|
backups = enabled;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue