diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..fe247bf --- /dev/null +++ b/default.nix @@ -0,0 +1,9 @@ +with import {}; + +mkShell { + buildInputs = [ + (python38.withPackages (ps: with ps; [ pip virtualenv ])) + (texlive.combine { inherit (texlive) scheme-basic IEEEtran collection-fontsrecommended todonotes caption pgfgantt setspace; }) + ]; +} +