diff options
| author | Fuwn <[email protected]> | 2024-09-08 03:37:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-08 03:37:05 -0700 |
| commit | 74009654c5f86095cf2901dcfc902f8f0118cf01 (patch) | |
| tree | d2a0ed73a731d950908179ea95b3ca400b801b59 /shells/tex | |
| parent | Bump: shells (diff) | |
| download | nixos-config-74009654c5f86095cf2901dcfc902f8f0118cf01.tar.xz nixos-config-74009654c5f86095cf2901dcfc902f8f0118cf01.zip | |
Bump: shells
Diffstat (limited to 'shells/tex')
| -rw-r--r-- | shells/tex/.envrc | 1 | ||||
| -rw-r--r-- | shells/tex/shell.nix | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shells/tex/.envrc b/shells/tex/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/shells/tex/.envrc @@ -0,0 +1 @@ +use nix diff --git a/shells/tex/shell.nix b/shells/tex/shell.nix new file mode 100644 index 0000000..738c9c7 --- /dev/null +++ b/shells/tex/shell.nix @@ -0,0 +1,4 @@ +{ + pkgs ? import <nixpkgs> { }, +}: +pkgs.mkShell { packages = [ pkgs.tectonic ]; } |