8 lines
119 B
Nix
8 lines
119 B
Nix
{ pkgs, perSystem }:
|
|
pkgs.mkShellNoCC {
|
|
packages = with pkgs; [
|
|
presenterm
|
|
python3Packages.weasyprint
|
|
];
|
|
}
|