curriculum-vitae

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 837875ddf4078ad86cbeb15d923ac5e659276e54
parent b1fa38499c3da6cd8df932958c1e64f573f144cc
Author: Silas Brack <silasbrack@Silass-MacBook-Pro.local>
Date:   Sat, 14 Mar 2026 11:28:12 +0100

Oops

Diffstat:
Mflake.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -21,7 +21,7 @@ { devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ - texliveSmall + texliveSmall ]; }; }