From c9774498e0c6017fe3878bca77234badb3c11a0c Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 22 Dec 2023 13:36:12 +0100 Subject: [PATCH] Add some dependencies --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index 55375ea..140e60b 100644 --- a/shell.nix +++ b/shell.nix @@ -4,5 +4,8 @@ mkShell { # Defines a python + set of packages. python3 + python3Packages.autopep8 + python3Packages.pyflakes + python3Packages.pylint ]; }