From 3884eb2f82b93ebd9112f6a04c62a8a7d26662dd Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 29 Oct 2022 20:38:12 +0200 Subject: yolo --- modules/devtools.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/devtools.nix') 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)" -- cgit v1.3.1