mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
12 lines
232 B
Nix
12 lines
232 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
zk
|
|
quarto
|
|
cachix
|
|
graphviz
|
|
# nix-du # failing to build suddenly?
|
|
# https://github.com/symphorien/nix-du/issues/23
|
|
# maybe llvm related?
|
|
];
|
|
}
|