mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 14:30:59 -05:00
fix julia init and all disabled by default
This commit is contained in:
parent
2bcda70c9a
commit
11ca7d9ed8
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
## Enable languages
|
||||
enabledLanguages = {
|
||||
julia = false;
|
||||
python = true;
|
||||
python = false;
|
||||
r = false;
|
||||
};
|
||||
## Enable packages
|
||||
|
|
@ -450,7 +450,7 @@
|
|||
enable = config.enabledLanguages.julia;
|
||||
path = {
|
||||
value = "${pkgs.julia-bin}/bin/julia";
|
||||
args = ["--add-flags" "--project=." "-e" "using Pkg; Pkg.instantiate()"];
|
||||
args = ["--add-flags" "--project=. -e 'using Pkg; Pkg.instantiate()'"];
|
||||
};
|
||||
};
|
||||
r = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue