diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-28 09:55:29 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-28 09:55:29 +0200 |
| commit | 6c662ece97d18f17c073b33fcf8bfa5362289428 (patch) | |
| tree | d915086f9a7242bece9e5279dc851c8444214a3d | |
| parent | 0aa9c299facc6e784354077c5d8890e923c97472 (diff) | |
commented out scpzine to fix it for now
| -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 0263f13..4a10df8 100644 --- a/home/mun/default.nix +++ b/home/mun/default.nix @@ -98,7 +98,7 @@ inherit (texlive) scheme-full; notestex = texlivePackages.notestex; screenplay = texlivePackages.screenplay; - scpzine = pkgs.scpzine-texlive; + # scpzine = pkgs.scpzine-texlive; # Commented out until i can push the fix to remote from home }) # RetroArch |
