presenterm devshell
This commit is contained in:
7
devshells/presenterm.nix
Normal file
7
devshells/presenterm.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, perSystem }:
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
presenterm
|
||||
python3Packages.weasyprint
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user