mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-15 00:36:13 +09:00
updated flake
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
amsfonts
|
||||
unicode-math
|
||||
mathtools
|
||||
lualatex-math
|
||||
|
||||
# Graphics
|
||||
graphics
|
||||
@@ -177,6 +178,19 @@
|
||||
pkgs.kdePackages.okular
|
||||
];
|
||||
};
|
||||
devShells.pandoc = pkgs.stdenv.mkDerivation {
|
||||
inherit name;
|
||||
shellHook = ''
|
||||
export PS1="${name} pandoc \w \$ "
|
||||
'';
|
||||
buildInputs = [
|
||||
texEnv
|
||||
pkgs.pandoc
|
||||
pkgs._0xproto
|
||||
pkgs.qpdf
|
||||
pkgs.qpdfview
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user