From d77cbdc735f9e86c18c9d0ca186a81745033c958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9l=C3=A8ne=20Corbineau?= Date: Mon, 23 Sep 2024 22:20:17 +0200 Subject: [PATCH] Fix nixeries ? --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c9122f3..6bf6444 100644 --- a/shell.nix +++ b/shell.nix @@ -2,7 +2,7 @@ pkgs.mkShell { packages = [ (pkgs.python3.withPackages (ps: [ - ps.mkdocs, + ps.mkdocs ps.mkdocs-terminal ])) ];