mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -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
|
## Enable languages
|
||||||
enabledLanguages = {
|
enabledLanguages = {
|
||||||
julia = false;
|
julia = false;
|
||||||
python = true;
|
python = false;
|
||||||
r = false;
|
r = false;
|
||||||
};
|
};
|
||||||
## Enable packages
|
## Enable packages
|
||||||
|
|
@ -450,7 +450,7 @@
|
||||||
enable = config.enabledLanguages.julia;
|
enable = config.enabledLanguages.julia;
|
||||||
path = {
|
path = {
|
||||||
value = "${pkgs.julia-bin}/bin/julia";
|
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 = {
|
r = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue