diff options
| author | Grigory Shipunov | 2022-10-29 20:38:12 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-10-29 20:38:12 +0200 |
| commit | 3884eb2f82b93ebd9112f6a04c62a8a7d26662dd (patch) | |
| tree | 72e5f323d6a2fb220c10beb4964b3b31a5f837d2 /modules/devtools.nix | |
| parent | 96095790cdbf2760e63a19c7f7d6cae98433db15 (diff) | |
yolo
Diffstat (limited to 'modules/devtools.nix')
| -rw-r--r-- | modules/devtools.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix index 4f0bc50..d3ad897 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -14,8 +14,15 @@ # nix rnix-lsp nixpkgs-fmt + # julia + julia-bin ]; + ## Julia + environment.variables = { + JULIA_NUM_THREADS = "8"; + }; + ## direnv programs.bash.interactiveShellInit = '' eval "$(direnv hook bash)" |
