yolo
This commit is contained in:
parent
96095790cd
commit
3884eb2f82
9 changed files with 162 additions and 7 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue