mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added quarto
This commit is contained in:
parent
ebc7cd7b8b
commit
5b393788da
3 changed files with 11 additions and 6 deletions
|
|
@ -62,6 +62,9 @@
|
|||
jldev = with pkgs; [
|
||||
julia-bin
|
||||
];
|
||||
quarto = with pkgs; [
|
||||
quarto
|
||||
]
|
||||
};
|
||||
|
||||
environmentVariables = {
|
||||
|
|
@ -124,6 +127,7 @@
|
|||
rdev = true;
|
||||
pydev = true;
|
||||
jldev = true;
|
||||
quarto = true;
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue