mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-02 11:04:17 -06:00
don't install unstable quarto
This commit is contained in:
parent
2ec4ecc90e
commit
8c5e0c7023
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
enabled,
|
||||
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -27,4 +29,5 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.stable.quarto];
|
||||
}
|
||||
|
|
|
@ -6,6 +6,8 @@ firefox
|
|||
zk
|
||||
graphviz
|
||||
charm-freeze
|
||||
quarto
|
||||
# build-failure:
|
||||
# pandoc -> texmath -> typst-symbols?
|
||||
# quarto
|
||||
calibre
|
||||
attic-client
|
||||
|
|
Loading…
Reference in a new issue