Formatted
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{ pkgs } @ args :
|
||||
let
|
||||
{pkgs} @ args: let
|
||||
testfile = builtins.readfile ./test.org;
|
||||
in
|
||||
pkgs.mkShell {
|
||||
pkgs.mkShell {
|
||||
name = "tex-debug";
|
||||
buildInputs = [
|
||||
pkgs.azos-tex
|
||||
# ((pkgs.emacsPackagesFor pkgs.emacs).emacsWithPackages (
|
||||
# pkgs.azos-emacs-editor))
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user