This commit is contained in:
Grigory Shipunov 2022-10-29 20:38:12 +02:00
parent 96095790cd
commit 3884eb2f82
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
9 changed files with 162 additions and 7 deletions

View file

@ -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)"