hypergraph-drawing/shell.nix

9 lines
181 B
Nix
Raw Normal View History

2022-05-29 13:05:23 +00:00
with (import <nixpkgs> {});
mkShell {
nativeBuildInputs = with pkgs; [
(python3.withPackages (ps: with ps; [ pydot ]))
asymptote
texlive.combined.scheme-medium
];
}