diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-28 21:00:49 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-28 21:00:49 +0200 |
| commit | cdab6b5748e60e424f3a81e91ce38034adb6867c (patch) | |
| tree | 731bd406d988a90e657c294f761351b0b3a9cf66 | |
| parent | 4ae6a65545888e6d0fb25b59331b9ba91e37c676 (diff) | |
Fixed issue w/ custom texlive package blocking compilation
| -rw-r--r-- | home/mun/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/mun/default.nix b/home/mun/default.nix index 354200e..872bb07 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -101,7 +101,7 @@ inherit (texlive) scheme-full; notestex = texlivePackages.notestex; screenplay = texlivePackages.screenplay; - scpzine = pkgs.scpzine-texlive; + #scpzine = pkgs.scpzine-texlive; }) # RetroArch |
