add tex devshell
This commit is contained in:
parent
d4fffab962
commit
372b869f11
@ -23,6 +23,12 @@
|
|||||||
{
|
{
|
||||||
#default = self.devShells."${system}".;
|
#default = self.devShells."${system}".;
|
||||||
|
|
||||||
|
tex = pkgs.mkShell {
|
||||||
|
buildInputs = with pkgs; [
|
||||||
|
texliveMedium
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
rust = pkgs.mkShell {
|
rust = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
rustc
|
rustc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user